Yes.
Time for a new example program. Say that a gasoline pump has three grades of fuel:
The program will ask the user for how many gallons were pumped, and then for a letter, "R", "E", or "S" that says what grade of fuel was pumped. The program will then calculate the cost and print it out.
For now, just concentrate on a plan for the program:
Write the QBasic statements for the first task of the program. You will need a string variable for the letter.