A

Admin • 670.22K Points
Coach

Q. Which keyword is used to stop a loop early?

  • (A) stop
  • (B) end
  • (C) break
  • (D) exit
  • Correct Answer - Option(C)
  • Views: 1
  • Filed under category Swift (iOs)
  • Hashtags:

Explanation by: Admin
`break` is used to exit a loop before it finishes its normal execution.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.