100,”What is the value of ans after the following code has been executed?int x = 35;int y = 20

Average Rating
0 out of 5 stars. 0 votes.

100,”What is the value of ans after the following code has been executed?int x = 35;int y = 20

ans = 80;if (x < y); ans += y;-80-100-35-55"