0
They help me as to structure
program where the user is capturing poaitive numbers : when a number is entered negative, the catch end and the average captured positive numbers be displayed
1 Réponse
0
Just use a do - While loop.
You can check the value with an IF-Statement and store the numbers in an array.