COM 1100 Fall 2000 -- Prof. Futrelle -- Lab 4 Directions

Using conditional ("if") statements, strings and scope

Lab date: Wednesday October 18th. NOTE DUE DATE CHANGE! Assignment due by 4pm Tuesday, October 24th. These directions were posted Sunday, October 15th and updated Wednesday AM, October 18th.

Goal of Lab #4:

To develop programs that use logical expressions to control program flow using the "if" statement. Also, our first use of string objects and functions. Understanding the scope of identifiers. The lab will include material through Section 4.3 of the book (FK).

Concepts and techniques you will use in the lab

What your program should do. This is not a fully detailed description; a number of aspects of the design are up to you. The program is to be a guessing game, with a sequence of more specific hints to the user.

The overall operation of the program should be as follows:

Things that are required to be in your program (you will need more than this and you can add other things you choose):

How to proceed with the least trouble and the most success and confidence