Which of these method used to read strings from the console?
(a) get()
(b) getline()
(c) read()
(d) readLine()
This question was addressed to me in unit test.
I'd like to ask this question from Reading Console Input Operations topic in section Console I/O Operations and Stream Classes of C#