'----------------------------------------------------------------------- ' INPUT1.BAS ' ' CIS 120 Lecture Notes example ' Mike Huffman ' Portland Community College, Computer Information Systems ' CIS 120 WINTER TERM 2001 ' ' Last update: 12 FEB 2001 '----------------------------------------------------------------------- CLS ' clear the screen INPUT "Enter your name: ", name$ ' get user name PRINT "Hello "; name$; ", welcome to CIS 120!" ' say hello