1.Write an algorithm, in English, to solve the following problem. Be sure to include pre- and post-conditions!

2.Problem: Solve X mod Y for all positive integers. Do so without using multiplication or division.

3.What is (7 / 3) + (4 % 5)?