0
Multiple inputs in Code Playground
Hello World XD I'm new at everything, coding, sololearn, everything. I'm trying to make several imputs in a program on the Code Playground but it asks all the inputs before even starting witout any description.
1 Answer
+ 3
That's just how Code Playground works, you need to input all the values for the inputs in the beginning, it is actually more efficient compared to asking input on demand in this case, less traffic for sending data to & from server.