Question of Java programming:-
Plz slove it:-
Attachments:
Answers
Answered by
2
Evaluate if m = 2 and n = 2
A) m-=n;
2-=2
B) n=m+m/n
2=3
C) m*=m;
2×=2
D) n=m*m/n;
2=2
Extra Information:
In Java / (modulus) gives the remainder
Similar questions