844 / 0.95813495 is higher then 844
in
Programming Questions
•
1 year ago
how can this be higher then 844?
- float index = (float)844 / 0.95813495;
- println(index);
- println((int) index);
The difference is 36.
1