Computer programming Homework - TechRepublic
General discussion
October 14, 2012 at 09:21 PM
rosie21

Computer programming Homework

by rosie21 . Updated 13 years, 8 months ago

Hi. Can someone help me with my assignment. I am having a difficult time with it.I Please send me on the right track. Here is my assignment :

An online retailer sells five products whose retail prices are as follows:

Product 1, $2.98
Product 2, $4.50
Product 3, $3.98
Product 4, $4.49
Product 5, $6.87

Write an application that reads (from the keyboard) a series of pairs of numbers as follows:
product number
quantity sold
Run your program from a simple menu with the following options
Enter products sold
Display total retail value
Exit
Your program should
allow for entry of multiple products without returning to the main menu (use a sentinel-controlled loop)
use a switch statement to determine the retail price for each product
calculate and display the total retail value of all products sold

This discussion is locked

All Comments