Find Remainder
Find Remainder Problem Code: FLOW002 https://www.codechef.com/problems/FLOW002 This solution is about % operator in c. It gives the remainder when a is divided by b. Also, known as modulo operator. I used to use for loops a lot. However, here, I can see the effective use of a while loop.