Computer Science, asked by dasrina7854, 2 months ago

what statement is used to get out of the loop before the entire loop gets executed ?

Answers

Answered by gnanaharish03
1

Answer:

Break

Explanation:

Break is the keyword that is used to break out of the loop.

Similar questions