Help for this page
float x = 147.2; printf("%d", x * 100);
my $i = 1; my $j = 2.3; printf("%f %d\n", $i, $j);