Single Choice
Moderate
QWhich method reads integer input?
ID: #25884
MCQ Quiz - Class 8 - Programming
4 views
Question Info
#25884Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
Scanner.nextInt() reads an integer from the user's input.
Why the other options are incorrect:
- Option B: print() outputs, doesn't read.
- Option C: nextLine() reads a line of text (String).
- Option D: read() has various uses; Scanner uses specific typed methods.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic