# Exercise 7
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 = 65;
num /= 13;
1
2
2
← Exercise 6 Exercise 8 →
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 = 65;
num /= 13;
← Exercise 6 Exercise 8 →