1
5/19/2010 How to make your first program in QBasic Page 1. What you will learn How to use QBasic Some features in QBasic How to write your first program in QBasic Requirements QBasic (Free) Let’s get started 1. First open up QBasic 2. Here are the commands for QBasic you will be learning CLS-Clears the screen Print-Displays what you typed 3. Type the following in the QBasic screen CLS PRINT”This is my first program” 4. Nest push F5 and you should get a screen that looks like this. -That’s your first program- 5. Go back and try it again and see if you can do it by your self

How to make your first program in q basic

  • Upload
    jrettig

  • View
    244

  • Download
    3

Embed Size (px)

Citation preview

Page 1: How to make your first program in q basic

5/19/2010 How to make your first program in QBasic Page 1.

What you will learn

How to use QBasic Some features in QBasic How to write your first program in QBasic

Requirements

QBasic (Free)

Let’s get started

1. First open up QBasic2. Here are the commands for QBasic you will be learning

CLS-Clears the screen Print-Displays what you typed

3. Type the following in the QBasic screenCLSPRINT”This is my first program”

4. Nest push F5 and you should get a screen that looks like this.

-That’s your first program-

5. Go back and try it again and see if you can do it by your self