Hi,
I have written an application that identifies if the fisrt number entered is a multiple of the second number. The application also displays the multiplication table of the second number. What I am now trying to do is to identify which postion the multiple is. For example,
5 * 4 = 20. 20 is the forth multiple of 5
4 * 5 = 20. 20 is the fifth multiple of 4
I would like the app to say which position the multiple is of the second number.
Any help would be welcome thanks