Trying to write a function that does the following:
Joe gets 100 points for every 30 widgets he sells.
So if he sells less than thirty he gets nothing. If he gets between 30 and
59 he gets 100, 60-89 he gets 200, 90-119 he gets 300 etc.....
How can I display the points joe gets depending on then number of widgets
entered.
Joe gets 100 points for every 30 widgets he sells.
So if he sells less than thirty he gets nothing. If he gets between 30 and
59 he gets 100, 60-89 he gets 200, 90-119 he gets 300 etc.....
How can I display the points joe gets depending on then number of widgets
entered.
Comment