Answer:
once your question is answered you get an option available on the bottom of the answer
<em>see attached</em>
and you click on<u> Mark as brainliest </u>
,I don't know you all about computer
Answer:
The <em>break</em> keyword is how you interrupt a while loop.
the syntax looks like this ↓
Python ↓
while <em>true</em>:
<em>break</em>
Java script ↓
while (<em>true</em>);
<em>break</em>