Computer Science, asked by sitishaggarwal8762, 1 year ago

Write a program to find the remainder when two given numbers are divided.

Answers

Answered by SUPERLUCKYMAN777
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