Computer Science, asked by abhi3737, 1 year ago

write a programme to input 2 value and print their remainder

Answers

Answered by mohit0404
0

c=a%b;

print c

use % operator it return remainder

Similar questions