Computer Science, asked by deepali1sharma55, 6 months ago

) What will be the result of following expression?
int a=6,j=3;
a= ++a- ++j;
System.out.print ("="+a)​

Answers

Answered by fg3302468
0

PLEASE FOLLOW ME.....

Answered by mohakdave6
0

Answer:

a = 7 - 4

a = 3

Output:

=3

Similar questions