+ 2
Help me with Console.ReadLine()
If you write: string Age = Console.ReadLine(); string Name = Console.ReadLine(); Console.WriteLine(Age + Name); It just ask only first string (Age) How to fix it?
3 Respuestas
+ 2
The SoloLearn code editor requires you to provide all input in the input box before the program starts. When you run your program, answer both questions:
15
Tommy
Then hit the button. It will work fine. Just everything has be put in up front.
+ 1
I fix it.
Just in app one Console.ReadLine don't show new asking box and you need to go on another line.
0
Then, how to clear two tests in challenges, if i can't create two output boxes?