hi i have a C++ assiggment and have no clue how to do it!
the instructions are :
write a program that calculates the bill of a simple restaurant.
on the menu there are only 3 things to order - orange juice, vegetable salad, pasta.
it is possible to order more than one portion of each item.
the program must give each item and how many portions you ordered of each one.
the program must give the summary of item ordered how much it costs and the final total account of everything/
HELP - the class has just started using C++ so only simple commands will be acceptable
thank you