Question: Write a function named modulo that takes in 2 number parameters, named x and y, and returns the result x % y. You may assume

Write a function named modulo that takes in 2 number parameters, named x and y, and returns the result x % y. You may assume that both x and y are positive. Note: In order to receive any credit, you may not use the modulo operator, and you must use a while loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
