# Exercise 6
Is line 2 in the following code a statement or an expression? If it is an expression what does it evaluate to and what is the type of value?
int num = 7;
num--;
1
2
2
← Exercise 5 Exercise 7 →
CodingSchool.pk Is line 2 in the following code a statement or an expression? If it is an expression what does it evaluate to and what is the type of value?
int num = 7;
num--;
← Exercise 5 Exercise 7 →