I need help with my programming assignment which states
A mail-order house sells five different products whose retail prices are as follows:
Product Price
1 $2.98;
2 $4.50;
3 $9.98;
4 $4.49;
5 $6.87.
Write a C++ program that reads a series of pairs of numbers as follows:
a) Product number
b) Quantity sold for one day
I am really stuck and i don't know how to start... Can u someone please help????