# Exercise 3
Is switch a statement or an expression?
switch (num)
{
case 1:
break;
default:
break;
}
1
2
3
4
5
6
7
2
3
4
5
6
7
← Exercise 2 Exercise 4 →
CodingSchool.pk Is switch a statement or an expression?
switch (num)
{
case 1:
break;
default:
break;
}
← Exercise 2 Exercise 4 →