# Exercise 2

Is do loop a statement or an expression?

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