Help for this page

Select Code to Download


  1. or download this
    float x = 147.2;
    printf("%d", x * 100);
    
  2. or download this
    my $i = 1;
    my $j = 2.3;
    
    printf("%f %d\n", $i, $j);