Look at the following lines of code. What will the variable a hold?
int a = 5; int b = a; int c = a + 2;
There are no hints for this question