Posts by Bruno Lima • 11 points
1 post
-
-1
votes1
answer46
viewsQ: Problem executing function with While loop and If condition
I need to perform an exercise, which prompts a system that reads 20 numbers, then sums them up and then displays the result on the screen. The statement asks to use only While. So I made the code…