Multiple Choice
What will be the value of x after the following code is executed? int x = 75;
Int y = 60;
If (x > y)
X = x - y;
A) 75
B) 15
C) 60
D) 135
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following correctly tests the
Q2: What is the value of ans after
Q6: What would be the value of discountRate
Q10: What will be the values of ans,x,and
Q11: What will be the values of ans,x,and
Q12: What would be the value of bonus
Q20: What will be the value of pay
Q39: If chr is a character variable, which
Q43: The if-else statement will execute one group
Q57: This is a boolean variable that signals