Computer Science, asked by wwwmanthan2006, 1 month ago

int a= 6 ,b=5; a+=a++%b++ * a+ b++ * -- b;​

Answers

Answered by farhaanaarif84
0

Answer:

Predict the output if int a=6,b= 5; a+=a++%b++*a+b++*--b.. Do this using postfix and prefix method of java.... Fast I will

Similar questions