+ 2
How to make the input consist of a series of integers n, one integer per line?
The amount of intergers is not sure
2 Respuestas
+ 2
Codinger 🖥️🇲🇰 I have found the solutions, that's a better way
https://code.sololearn.com/cDbR0D5k6810/?ref=app
+ 4
First user need to enter the number of number that he want to enter!
Second make a for or while loop for entering the numbers!