Help for this page

Select Code to Download


  1. or download this
    if ( $X > 9 and $X < 100 ) {
        $Y = $X + 1900;
    } elsif ( $X >= 0 and $X < 10 ) {
        $Y = $X + 2000;
    }