Fraction; Proper and Improper

Proper Fraction:

The fraction is always less than 1 whole

e.g.For the fraction (1/6); I have one cake and I want to give it equally to six people, How much will each get?

I.e) The Numerator will always be less than the denominator

link to scratch code: https://scratch.mit.edu/projects/237539463/

This program can be altered to show equivalent fractions as well.

Improper Fractions

The fraction is always greater than 1 whole

I have 11 cake I want to give to 8 people equally, what should I do?

I.e) The Numerator will always be greater than the denominator

link to scratch code: https://scratch.mit.edu/projects/237539515/

This program takes two inputs numerator and denominator and draws that as a fraction.