Is while loop a statement or an expression?
while
while (num < 10) { }
← Boolean Expression Exercise 2 →