Okay here's lesson 1 INPUT "what is your name";NAME$ PRINT "hello ";NAME$ i will explain stuff down here. INPUT asks a question and what is your name is the question i used. PRINT puts stuff on the screen. Tell me if this made since.