- Implement programs that use
std::cinandstd::coutcorrectly - Implement programs that use conditional statements
- Implement programs that use comparison operators like
>=,>,<,<= - Implement programs that use logical operators like
&&,||, and!
Answer the programming problems sequentially (i.e., answer prob01 before prob02). If you have questions let your instructor or the lab assistant know. You can also consult your classmates.
To get started on problem 1, change into the prob01 directory. If you haven't already, change into the lab02 directory:
cd lab02-<YOUR_USERNAME>
Then change into the prob01 folder and view the README for its instructions:
cd prob01