Help for this page

Select Code to Download


  1. or download this
    my $n;
    my ($div, $rem) = ( int($n/10), $n % 10 );