Help for this page

Select Code to Download


  1. or download this
    $totalNumber = sprintf "%02d", 1;
    
    ...
               print "the number is less than 10\n";
        }
    }
    
  2. or download this
    $totalNumber = 01;
    print $totalNumber;