print "Enter one number: "; $a = <>; print "Enter another number: "; $b = <>; $c = $a + $b; print "$c";