I\'m trying to do some basic math and it keeps popping up as 0. I\'m sure it has to do with it being an int but I don\'t know how to work around it
0
int
You can change it to 14*100/20 - and then it will give what you want.
I.e. change the sequence of operations (14/20 is 0)