Single Choice Moderate

QThe result of 10 % 3 is:

ID: #25827 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25827Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 1
  • B 3
  • D 10
Correct Answer

Explanation

Correct Answer Explanation:

10 ÷ 3 = 3 with remainder 1. So 10 % 3 = 1.

Why the other options are incorrect:

  • Option B: 3 is the quotient (10/3), not the remainder.
  • Option C: 0 would mean 10 is exactly divisible by 3, which it isn't.
  • Option D: 10 is the original value, not the remainder.

Share This Question

Challenge a friend or share with your study group.