Write a program to calculate the sales tax (7.5%).

Write a program to calculate the sales tax (7.5%). The program should read up to 5 items with their prices and quantities (quantity per item). The program should stop reading data when Item name entered is NONE. Then print the items, their cost, the total cost and the tax. In other words, a complete receipt.

SAMPLE ASSIGNMENT

Sample-2

Powered by WordPress