int a=7,p=0,q=0;
p= ++a + --a;
Q=p
System.out.println(Q)
Answers
Answered by
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
Computer Science,
4 months ago
English,
4 months ago
Math,
8 months ago
History,
8 months ago
Math,
11 months ago