Computer Science, asked by mailmemanoj1055, 7 months ago

How to stop the if else loop code in c++?? In Dev C++​

Answers

Answered by shrutijha0804
1

Answer:

in C++, the break statement terminates the loop when it is encountered.

The syntax of the break statement is: break

Similar questions