1.

Which method in Console enables to read individual inputs directly from the keyboard in a non line buffered manner?

A. Read()
B. ReadKey()
C. ReadLine()
D. All of the mentioned
Answer» C. ReadLine()


Discussion

No Comment Found