CISY 125 - Project # 2

Redo Computer Project 1

Use the String Variable Name$ for your name and assign it your name (Hint LET Name$ = "Your Name")

Use the Numeric Variable Age for your age and assign it your age (Hint LET Age = 21)

Use a PRINT for the blank line

Use the String Variable Address$ for your address and assign it your address

The output should be the same and Project 1.

Sample Output:
John Doe 21 123 elm st., Somerville, NJ 08876

You may use a ficticious age and/or address

The program must be written using variables as defined above.

Make sure you put your name in the code:

REM your name - Project # 2 example: REM John Doe - Project # 2

Submitting the program

  1. Submit the QBasic code electronically (either hand in the In-Class Floppy, or e-mail the QBasic code)
  2. Submit the QBasic code on paper.

You must work alone on these Computer Projects. Cheating in any form will not be tolerated.