A

Admin • 828.03K Points
Coach

Q. How do you skip the rest of a loop and start the next iteration?

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

Explanation by: Admin
continue skips the remaining code and moves to the next iteration.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.