#include <stdio.h> //stdio stands for STanDard Input/Output
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>
Answer: BUBBLE SORT
I hope I've been helpful to you.
Shouldn’t you get that in your email when you sign up.