What is the correct syntax for getting input from user in console? *
Answers
Answered by
0
Answer:
In C#, the simplest method to get input from the user is by using the ReadLine() method of the Console class. However, Read() and ReadKey() are also available for getting input from the user.
Similar questions