# 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
Last Updated: May 1, 2020, 2:53 AM