Computer Science, asked by prangya30052006, 5 months ago

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 mayank9261
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