+ 1

How can we program C# to ask it for 2 inputs instead of 1?

24th Jun 2017, 8:47 AM
ashab rabab
ashab rabab - avatar
2 odpowiedzi
+ 8
Code Playground takes user input prior to running your code (for console programs). Hence, just split multiple input into different lines. If your program requires two input to run, e.g. two integers: 1 2
24th Jun 2017, 9:55 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Can you maybe tag the code? In Sololearn for Multiple inputs you'll need to press Enter on the input String. On PC it will be different
24th Jun 2017, 9:07 AM
Limitless
Limitless - avatar