Alyce Nov 4, 2006
[[map|Lesson Map]] | [[0309|Next > Hands-on Code]] =Mainwin Hands-on= Now you have all you need to write a program that has a conversation with the user! You can practice your mainwin skills by writing a program that does the following. # Include comments at the beginning to explain the purpose of the code. # Ask user for his first name. # Store first name in variable called "FirstName$" # Ask user for his last name. # Store last name in variable called "LastName$" # Echo the user's first and last name back to him with a friendly greeting. # Add more questions and responses to the conversation between your program and its user! [[map|Lesson Map]] | [[0309|Next > Hands-on Code]]