Find the result

Report a typo

Enter the value of the result variable after the following code is executed:

int result = 5;
int a = 1;
int b = --a;
a++;
result += a + (--a / ++b);
Enter a number
___

Create a free account to access the full topic