Enter the value of result:
result
int a = 4, b = 6; int c = a + b; int result = c + (a + b) * c;
Create a free account to access the full topic