24.11.2009, 14:16
Hy
I have a very simple code, what is dont work
So, the code:
I cant why, but its dont work... It say 2.000000
Okey, solved... 10 is an integer number, you need use 10.0
I have a very simple code, what is dont work
So, the code:
pawn Код:
new Float:szam;
szam = 10 / 4;
printf("Result: %f", szam);
Okey, solved... 10 is an integer number, you need use 10.0