void main(void) { float x,y,z; int a; x = 1; y = 0.00000001; a = (int) x+y; x = x + y; z = x - a; }