INPUT "Enter a1"; a1 INPUT "Enter a2"; a2 s = a1 + a2 PRINT "the total is "; s