Multiple Choice
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;
A) 80
B) 100
C) 35
D) 55
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: If the expression on the left side
Q49: Which of the following is the not
Q50: What would be the value of bonus
Q51: When two strings are compared using the
Q52: An expression tested by an if statement
Q53: What will be the values of ans,
Q54: What will be the value of bonus
Q55: What will be the value of x
Q56: All it takes for an AND expression
Q57: _ works like this: If the expression