# Exercise 4
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 3 Exercise 5 →
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 3 Exercise 5 →