0
Solo learns, compiler dealing withuser input
I've noticed when using solo learns code playground for coding c++, whenever I ask for multiple pieces of user input it just asks for it all at once and, Not when the user gives an answer. Anyone have a solution?, I usually use code blocks i never have the same problem
2 Answers
+ 6
i.e. Code Playground does not provide a live console.
+ 5
That's just how it works, it's more efficient to just replace values, than always call the user on runtime.