0
If a program is expecting more than one input,then how can that be entered when we hit run? It asks for only one input when run
4 Respuestas
- 1
I place a comment at the top of my code explaining input so people trying my code can run it.
https://code.sololearn.com/cqcrZqmjV5w9/?ref=app
+ 1
Thanks John for your prompt reply!
0
it didn't even show what is expected from user. just a generic input window. Problem more serious when trying to execute someone else's code when not sure what coder is expecting us to input.
- 1
You enter all of the input values for as many lines as it takes before hitting the submit button.