Q. Write the pseudocode to print the bill depending upon the price and quantity of an item. Also print Bill GST, which is the bill after adding 5% of tax in the total bill.
Answer :-
Input Price Input quantity Calculate total = price * quantity Calculate including_GST = total + total* 0.05 Print total bill is including_GST
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )