solve the problems of java
int a= 6,b;
b= ++ a+ a +++ + 3;
system.out.println( b);
what will be output.
Answers
Answered by
1
Answer:
17 will be the output
Explanation:
=> 7+7+3
=> 17
I hope you find it useful... If you have any query do comment, I will try to solve it...
Similar questions