I have an assignment that i need to do and i have no idea how to do this, I was hoping someone would be nice enough to help me out, its a begginner program that needs to be done in visual stdio c++:
Heres the assignment:
Try to write a C++ program to solve the following problem.
PROBLEM:
The New Wave Computer Company sells its product, the NW-PC for $675. In addition, they
sell memory expansion cards for $69.95, disk drives for $198.50, and software for $34.98 each.
Given the number of memory cards, disk drives, and software packages desired by a
customer purchasing a NW-PC, print out a bill of sale that appears as follows:
**********************************************
NEW WAVE COMPUTERS
ITEM COST
1 NW-PC $675.00
2 MEMORY CARD $139.90
1 DISK DRIVE $198.50
4 SOFTWARE $139.92
-----------
TOTAL $1153.32
note: You should prompt the user for the number of memory cards, disk drives,
and software.
Do the above for 3 customers and output the grand total at the end as well as the 3 bills for sale
Thanks in advance!!