0
While "Console.ReadLine" command needs input, my program doesn't requires any. How to insert my input then?
2 Respuestas
+ 5
I don't know why, but Console.ReadLine() works while Console.ReadLine () doesn't.
The difference is the space between parentheses and the name.
+ 2
The code was executed without any problems🤔, note that SoloLearn requests variables before execution!! I recommend running your program in visual studio