Help for this page

Select Code to Download


  1. or download this
    my $c = 786733; 
    my $rounded = 100 * int(($c+ 50) / 100);
    
  2. or download this
    my $c = 786001;
    print 100 * int(($c + 99) / 100);