So, what I wanna do is to find (ab / bc) = (a / c), while a,b,c are digits. Example: (16 / 64) = (1 / 4) I\'m only allowed to do this with while loop (I can\'t use class, de