हिंदी

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

प्रश्न

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.

कोड लेखन

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 4: Introduction to Problem Solving - Exercise [पृष्ठ ८३]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
अध्याय 4 Introduction to Problem Solving
Exercise | Q 6. | पृष्ठ ८३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×