Week 2 Objectives
Given game requirements, design, code, and test a solution algorithm that uses
arithmetic expressions, built-in functions, and one or more decisions with
logical and relational expressions.
Key Concepts:
- Explain the process of constructing a C++ program using conventional
programming practices, such as meaningful variable names and commenting.
- Analyze C++ variable declarations, data typing, assignment statements,user
supplied graphic functions, user prompting, functions, passing by reference
and value.
- Demonstrate how to use the basic features of the debugger.
- Examine the concept of logical and relational operators.