CLS PRINT "Give me the first number:" INPUT x PRINT "Now, give me the second:" INPUT y z = x + y PRINT "The sum is "; z