Computer Science, asked by shamuskaan587, 8 months ago

int a=7,p=0,q=0;
p= ++a + --a;
Q=p
System.out.println(Q)​

Answers

Answered by amansarrafas24payxgs
0

Answer:

Output:

Output:15

Explanation:

p = 8+7

p = 8+7p = 15

Q = 15

I hope you find it useful... If you have any query do comment, I will try to solve it...

Similar questions