Help for this page

Select Code to Download


  1. or download this
    eg: I want to reach 1000 starting from 30. 
    
    ...
    GOT IT...$newScale == $dest --> 1000 == 1000
    Total Iteration taken is 21
    
  2. or download this
    my $dest = 1000;
    my $start = 30;
    ...
        $n--;
    }