Single Choice
Moderate
QThe if statement is used for:
ID: #25852
MCQ Quiz - Class 8 - Programming
5 views
Question Info
#25852Q 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:
The if statement executes code based on a condition (decision). If the condition is true, the code block runs.
Why the other options are incorrect:
- Option B: Looping uses for, while, do-while — not if.
- Option C: Sorting is done with algorithms and specific methods.
- Option D: Printing uses System.out — if is much more powerful.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic