int a= 6 ,b=5; a+=a++%b++ * a+ b++ * -- b;
Answers
Answered by
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