Question of Java programming:-
Attachments:
Answers
Answered by
1
Answer:
34
Explanation:
- m + = (5+1) - (9+1) + 5 + 10 + (10-1) + (5+1) + 9
- m + = 6 - 10 + 5 + 10 + 9 + 6 + 9
- m + = -4 + 15 + 15 + 9
- m + = 9 + 24
- m + = 33
- m = 33 + 1
- m = 34
Answered by
0
Explanation:
m=5 and n=9
m += m++ - ++n + m + --n + ++m + n;
m = m+(m++ - ++n + m + --n + ++m + n) ;
= 5 + (5 - 10 + 6 + 9 + 7 + 9) ;
= 5 + (36 - 10) ;
= 5 + 26 ;
= 31
I hope it helped you, so please mark me the brainliest!
Similar questions
History,
1 month ago
Social Sciences,
3 months ago
India Languages,
3 months ago
English,
10 months ago
Math,
10 months ago