Computer Science, asked by vanshikarawat04, 6 months ago

Solve the following:
1) int x = 2;
y = ++ x + x ++ + x

Answers

Answered by dhruvgupta9371
1

Answer:

y=10

Explanation:

y=3+3+4

y=10

this is the anwer;

Similar questions