I\'m trying to produce a a float by dividing two ints in my program. Here is what I\'d expect:
int
1 / 120 = 0.00833
Here is the code I\'m using:
Do the following
float a = 1./120.