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"
The goto resource for studying materials
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"