I can't tutor you in real time or in person, but I can give you some skill building assignments if you want. Lesson 1: Make a program that prints out "Hello World" Lesson 2: Variables and input Declare a string variable with VAR or DIM then use INPUT to ask the user their name and PRINT out Hello plus the name "Hello Stewart" for example. Warning Name$ is a reserved word, use a different variable.