English

Write the pseudocode to print the bill depending on the price and quantity of an item. Also print Bill GST, which is the bill after adding 5% of the tax to the total bill. - Computer Science (Python)

Advertisements
Advertisements

Question

Write the pseudocode to print the bill depending on the price and quantity of an item. Also print Bill GST, which is the bill after adding 5% of the tax to the total bill.

Code Writing

Solution

Input Price
Input quantity
Calculate total = price * quantity
Calculate including_GST = total + total*0.05
Print total bill is including_GST
shaalaa.com
Representation of Algorithms - Pseudocode
  Is there an error in this question or solution?
Chapter 4: Introduction to Problem Solving - Exercise [Page 83]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 4 Introduction to Problem Solving
Exercise | Q 6. | Page 83
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×