Help for this page

Select Code to Download


  1. or download this
    foreach my $i (0.5, 1.5, 1.7, 2.3 ,2.5, 2.7){
          printf "%2.0f", $i;
    }
    
  2. or download this
    print int(0.6/0.2);
    
  3. or download this
    print 0.6/0.2;