evaluate a+=+++a if a=20
Answers
Answered by
1
(JAVA PROGRAM)
There will be no answer for the expression a+=+++a. Because there's nothing like "+++a" in java. There's just "++a". If it's like this:- "a+=++a", then the answer's is 41 if a=20.
Hope you understand. Thanks!
There will be no answer for the expression a+=+++a. Because there's nothing like "+++a" in java. There's just "++a". If it's like this:- "a+=++a", then the answer's is 41 if a=20.
Hope you understand. Thanks!
Similar questions