int a=20, b=8; a%=b; What are the values of a and b after the code is executed?
20,8
2,4
4,8
2,8
Answers
Answered by
0
Answer:
int a=20, b=8; a%=b; What are the values of a and b after the code is executed?
20,8
2,4
4,8
2,8
Similar questions