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
Advertisements
Solution
Input Price
Input quantity
Calculate total = price * quantity
Calculate including_GST = total + total*0.05
Print total bill is including_GSTshaalaa.com
Is there an error in this question or solution?
