Computer Science, asked by shashwatbhai6, 4 months ago

If int x=5, give output of System.out.println( ++x + ++x - x )​

Answers

Answered by Shyamgowtham
0

Answer:

7

Explanation:

++x = 6

-x= -5

Similar questions