Computer Science, asked by palshivangi914, 1 month ago

What is the correct syntax for getting input from user in console? *​

Answers

Answered by pramit20806
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