REM Program to add two numbers
PRINT "Enter any number : "
INPUT a
PRINT "Again enter any number : "
INPUT b
LET c = a+b
PRINT "Addition of two numbers are : ";c
END
PRINT "Enter any number : "
INPUT a
PRINT "Again enter any number : "
INPUT b
LET c = a+b
PRINT "Addition of two numbers are : ";c
END
Comments
Post a Comment
Students you can ask your doubts in comment section