+ 2
Help me this is so confusing!
What do I do when the somebody else’s code says “use new lines to separate multiple inputs”?
6 Antworten
+ 4
Input is anything a program asks from user.
Input is user's way to interactive with programs.
And output is programs way to interactive with users.
Even a mouse movement can be input.
But in these playgrounds, input is only text, that you would have typed in the text box, when it asked for "use new lines separate multiple inputs".
+ 11
Hi, it means that you have to input all the values on separate lines using line break (Enter)
Basically it could look like this:
Input =
1
3
6
So you just gave to a program values 1, 3, 6. (just an example)
+ 1
That's just the app telling you how to input multiple entries, it always says that (except with javascript).
+ 1
When you run a program in the SoloLearn non-web playground, it will always ask that.
Then you would need to scroll through the code until you will know what kind of input you should give.
+ 1
Seb TheS I don’t... really... know... what input is.😬😳
+ 1
Thank you, Seb TheS!🤗👍