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 Respostas
+ 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.