+ 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”?

27th Jun 2019, 8:17 PM
PeculiarP
PeculiarP - avatar
6 odpowiedzi
+ 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".
28th Jun 2019, 11:49 AM
Seb TheS
Seb TheS - avatar
+ 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)
27th Jun 2019, 8:21 PM
r8w9
r8w9 - avatar
+ 1
That's just the app telling you how to input multiple entries, it always says that (except with javascript).
27th Jun 2019, 8:19 PM
Airree
Airree - avatar
+ 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.
27th Jun 2019, 8:22 PM
Seb TheS
Seb TheS - avatar
+ 1
Seb TheS I don’t... really... know... what input is.😬😳
28th Jun 2019, 11:46 AM
PeculiarP
PeculiarP - avatar
+ 1
Thank you, Seb TheS!🤗👍
7th Jul 2019, 3:28 PM
PeculiarP
PeculiarP - avatar