Normal Program
CLS
INPUT "Enter the first number"; a
INPUT "Enter the Second number"; b
INPUT "Enter the third number"; c
s = a + b + c
PRINT "The sum of the numbers is "; s
END
See also:
CLS
INPUT "Enter the first number"; a
INPUT "Enter the Second number"; b
INPUT "Enter the third number"; c
s = a + b + c
PRINT "The sum of the numbers is "; s
END
See also: