The answer would be a C class fire extinguisher.
Answer:
I can't read that pls reformat, or take picture.
Explanation:
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>
I believe this is Insert Controls