Study Material
Computer Applications
For x = 5, the statement sum = ++x + 8 evaluates to ...........
sum = 12
sum = 13
sum = 14
sum = 15
Java Operators
23 Likes
Answer
sum = 14
Answered By
4 Likes
Related Questions
Assuming x = 1 with the following code snippet:
int y = --x;
Which one of the following is true?
View Answer
Bookmark Now
Which one of the following is not a valid operator in Java?
View Answer
Bookmark Now
The statement i = i + 1 is equivalent to ...........
View Answer
Bookmark Now
The statement (1>0) && (1<0) evaluates to ...........
View Answer
Bookmark Now