What's the deal with having to put in all inputs at the beginning of the run? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the deal with having to put in all inputs at the beginning of the run?

What's the deal with having to put in all inputs at the beginning of the run? it ruins the ability to use loops effectively unless you user read the code and can antiscipate all the answers to the prompts before they are given.

4th Oct 2017, 8:05 PM
Cas Austin Simmons
Cas Austin Simmons - avatar
2 Answers
0
Care to give an example, as I cannot really figure out what you are trying to say? :)
4th Oct 2017, 8:10 PM
Norbivar
Norbivar - avatar
0
I am using an Android phone to follow the password generator challenge that is trending. one of the perameters of the challenge is that the program asks the user for the length of the pasword to be generated....so...I have done this....as well as having a question at the end that will stop or continue the process of password generating. anyway....when I am in the code playground and press the "run" button, I get a pop up prompt that says "looks like your program needs input" "split multiple input into separate lines" my keyboard comes up and I am supposed to ender inputs for all the possible times that I may be asked for one of I want the program to run properly.
4th Oct 2017, 8:21 PM
Cas Austin Simmons
Cas Austin Simmons - avatar