Next, you will need a way to get keyboard input from the user. You have a couple of ways to do this. You can use LINPUT, which is the easiest way to get string input from the user. You can also use INKEY$, which allows more freedom to do stuff with the keyboard, but it's a bit more difficult to use. For this example, we will stick to LINPUT.