Help for this page

Select Code to Download


  1. or download this
    sub add($);
    sub ladd($);
    ...
          print "$num + $add = $sum\n";
       };
    }
    
  2. or download this
    0 + 1 = 1
    1 + 1 = 2
    0 +  = 0
    1 +  = 1