0

I don't understand how inputs work on the app?

I have a working program that does simple equations but I don't understand what when it says I need to split multiple inputs into separate lines

18th Aug 2018, 6:48 PM
Casey Cox
Casey Cox - avatar
1 Odpowiedź
+ 1
Casey Cox If you need any number of user input in your code, sololearn app ask for same at the start of the code execution irrespective of it's (cin i.e. user input line's) location in code.. all you need to do is give all inputs seperated by space in one go... if your input is able to handle multiple words in single input (getline input method), just provide all input in one go seperated by enter
18th Aug 2018, 6:57 PM
Ketan Lalcheta
Ketan Lalcheta - avatar