“No value, there is is a syntax error”

Average Rating
0 out of 5 stars. 0 votes.

“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;