A

Admin • 828.03K Points
Coach

Q. The break statement in Java is used to ___.

  • (A) Terminates from the loop immediately
  • (B) Terminates from the program immediately
  • (C) Skips the current iteration
  • (D) All of these
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
The break statement in Java is used to terminate from the loop immediately.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.