04.06.2014, 16:00
When i try this:
I get 'c' = 0, but the correct answer is 50. Wtf? Why?
PHP код:
new a = 500;
new b = 10;
new c = floatround( b/100*a );
printf("Result: %d", c);