CLS INPUT "Hi, what is your name: ", a$ COLOR 10 PRINT "Hello " + a$ + " !" PRINT a$ + " how are you?"