0
Can someone help me with this Q? idk what to do iam stuck and i garra use all these conditions below inside do-while... HELPš
Write a complete program for a shop of your friend, relatives or acquaintances. The program must have a switch case, operational condition, while or do-while loop and IF- Else condition. It must get requests from users such as ācoffeeā , āteaā,"Cappuccino", and 2 others., then gets the quantity and sum up the final prices. The loop helps the user to choose more than one item. Please do it in a real shop with real prices, but you do not need to include all items. Marking Criteria ā¢ Creativity ā¢ Originality ā¢ Clear Code ā¢ Comments ā¢ Correctness ā¢ Portability ā¢ User friendly
6 Answers
+ 3
Kazy Show your attempt
+ 3
Kazy Share your code so that community can help you
+ 3
Kazy You could have put them in one file and share the link just like this š
https://code.sololearn.com/cLsQbltMZLaI/?ref=app
+ 1
https://www.sololearn.com/post/1558202/?ref=app
0
I wrote a code but when u order for example 3 coffee ā the sum of all of them will not be the correct price.
0
This is the code. If u help me or make this code easier i will be thankful.