Write a program to find the remainder when two given numbers are divided.
Answers
Answered by
2
The algorithm or program is 1 Start 2 Read numbers a,b 3 If b is not equal to zero,a÷b 4 Write the remainder 5 Stop
Similar questions