10-31-2022, 03:39 AM
Floating point math. Y is probably 3550.99999999999999, which is enough to print 3551, but which INT will round down to 3550.
Try making the variables DOUBLE or FLOAT types.
Try making the variables DOUBLE or FLOAT types.