At the end of the week you should be able to:
Identify the proper data type to use for a variable
Declare variables and constants within a C++ program.
Convert a series of math operations into a syntactically correct C++ math expression
Evaluate a C++ math expression to find its numerical value
Know the difference between integer and floating point division.
Place comments in your C++ program.
|