Page 1 of 1

Retail Store Clerks Calculator Problem Description: You have been asked to write a program to help a retail store clerks

Posted: Fri Jul 01, 2022 5:37 am
by answerhappygod
Retail Store Clerks Calculator Problem Description You Have Been Asked To Write A Program To Help A Retail Store Clerks 1
Retail Store Clerks Calculator Problem Description You Have Been Asked To Write A Program To Help A Retail Store Clerks 1 (44.38 KiB) Viewed 37 times
Retail Store Clerks Calculator Problem Description: You have been asked to write a program to help a retail store clerks calculate the amount of money a customer owes. In this simplistic world, every customer buys exactly three kinds of items. However, the quantity of each item they purchase may vary. Inputs (entered by user of the program) Description/name of one item -Price for one item -Quantity purchased Description/name of second item -Price for second item -Quantity purchased -Description/name of third item -Price for third item -Quantity purchased -Tax rate (between 0 and 1.0) Processing and Output (Output should be well formatted) -Calculate and display the line-item total for each item - Calculate and display the total cost of all the items - Calculate and display the tax on all the items Calculate and display the grand total (total cost of items + tax) Display your name You may separate the processing/calculation step from the output step, or you may combine those steps. It is your choice. Requirements NOTE: Do not use arrays for this assignment. -Prompt the user for the inputs and store the values in variables - You must include all the inputs and outputs listed above and perform the calculations correctly - Make the output look attractive (your output should look a receipt) The program should display your name Comment your code. At the top of the program include your name, a brief description of the program and what it does and the due date.