Student Profile Program

 

Overview:  In this program, you’ll write QBASIC code that uses the output screen to describe yourself.  The program will introduce you and show three paragraphs of information about you.

 

Specifics (Using PRINT, REM, and END statements):

 

 

 

 

 

 

 

Enhancements (Using SLEEP and CLS statements):

 

 

 

 

Requirements:

When writing your paragraphs, each should run longer than one line on the output screen.  You will need to use PRINT statements with and without semicolons at the end to make your line breaks seem logical so that your text seems to flow smoothly from one line to the next without breaking words.

 

Make sure you have all needed and suggested parts of a QBASIC program, (remarks, end) according to the notes.  Use good spacing throughout your program.

 

When complete, save the program in your H: drive, qbasic folder.