back
C++ Project #1-- due: 2/27/01
Your objective is to write a program that involves a guessing game. You get to choose the questions, responses, and rules of the game. You need to apply all the concepts we've covered so far. Specifically, you must include:
  • Comments---lots of 'em. Besides opening comments that explain the nature of your game, write comments for every variable and every block of code.
  • The game must include IF-ELSE, NESTED IF, and SWITCH statements.
  • It must include the basic arithmetic, relational, and logical operators.
  • Program length must be at least 50 lines.
  • You may work in a team of no more than three members.