A

Admin • 832.27K Points
Coach

Q. Which of the following is NOT a loop control statement in Java?

  • (A) break
  • (B) continue
  • (C) return
  • (D) switch
  • Correct Answer - Option(D)
  • Views: 18
  • Filed under category Java
  • Hashtags: Java Loops

Explanation by: Admin

switch is a control structure, not a loop control statement.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.