0
How we will do the user has ability to write a number and then our programming is running ?
We want user type and then my programming is running and gave solution according to typing of user so, how we add.
1 Respuesta
+ 5
Sololearn doesn't accept real-time input. You can test such an idea though by putting each "new" input on a different line.
You can begin your program by checking if the user has entered whatever number you want using an if statement.