INPUT LINE "Enter a string: " string$ INPUT "Enter a number: " number PRINT "String = """ string$ """" PRINT "Number = " ; number