“No value, there is is a syntax error”
What will be the value of ans after the following code has been executed?int x = 65;int y = 55;if (x >= y)int ans = x + y;
The goto resource for studying materials
“No value, there is is a syntax error”
What will be the value of ans after the following code has been executed?int x = 65;int y = 55;if (x >= y)int ans = x + y;