I'm very frustrated cos what I thought would a simple task turned out to be hellish.
I'm trying to make a simple function which finds percentages. I am doing this by having the user input a number on a box and the other number on another box.. EG: What percentage is 50 of 100? The result should be a simple 50, but it returns 0. I already tried changing 100 to 100.0 and it just doesn't work, some numbers just won't come out and others will give erratic results. This is my formula:
First Box / Second Box * 100.0
As far as I know I am doing nothing wrong. Thank you for yer help.
