MCQ
Write Java statement to check whether the value of variable ‘marks’ is greater than or equal to 70.
  • If (marks > 70)
  • B
    If [marks < 70]
  • C
    If (m > 70)
  • D
    If (m>=70)

Answer

Correct option: A.
If (marks > 70)
If (marks > 70)

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free