A

Admin • 828.43K Points
Coach

Q. Which statement can be used to terminate both inner and outer loops?

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

Explanation by: Admin
Using break with labels can terminate both loops.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.