CISY 125 - In-Class Lab 5

Write a program that will prompt a user for their name. If the name entered is Norma Jean then display the message Name is found. Otherwise, display the message Name is not found. Use an IF THEN ELSE for this logic.

Sample Run

Enter name? Norma Jean Name is found

Another Sample Run

Enter name? NORMA JEAN Name is not found

Another Sample Run

Enter name? Elton John Name is not found

Save the file as InLab5.bas

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.