Microsoft
98-361 · Question #303
You are developing an application that will be run from the command line. Which of the following methods would you use for getting input from to the command line?
The correct answer is C. Console.Read. See the full explanation below for the reasoning.
Question
You are developing an application that will be run from the command line. Which of the following methods would you use for getting input from to the command line?
Options
- AFile.Read
- BFile.Write
- CConsole.Read
- DConsole.Write
How the community answered
(47 responses)- A4% (2)
- B4% (2)
- C81% (38)
- D11% (5)
Community Discussion
No community discussion yet for this question.