+ 1
[Challenge for beginners] Pancake Glutton
Pancake Glutton challenge Write a program that asks the user to enter the number of pancakes eat for breakfast by 10 different people (Person 1, Person 2,...Person 10) Once the data has been entered the program must output which person ate the most pancakes. BONUS: Modify the program so that it outputs which person ate the least amount. You might want to do it on your computer. (Couldn't do it on here) Solution on my profile. I don't take credit for making this! Just thought it was fun and challenging.
1 Resposta
+ 1
https://code.sololearn.com/cMgMJ53fq3Js/?ref=app
I guess I did it too large, but that's my code :)