# Exercise 1

Is while loop a statement or an expression?

while (num < 10)
{
}
1
2
3
Last Updated: May 1, 2020, 2:53 AM