0
How can we do multiple inputs
How can I input multiple inputs when we write Console.ReadLine() twice the input option comes only once how can we insert 2 inputs or make the input box comes twice ?
2 Answers
+ 9
Split multiple input into different lines, e.g.
input1
input2
0
example would be very helpfull