Lab 2 - Variables, cin and Math

Starting with this lab set, points will be deducted for incomplete comments, and for not following the filename conventions in the assignment. You should make sure that the comments that list your name, assignment, etc. at the top are correct, and that you add comments throughout your code.

Each lab in this group will be worth 10 points (except the calculator). 7 points will be for creating a project that works, and 3 points will be for style (comments, following proper indenting rules, etc.)

Lab2_1 (int and float)

Lab2_2 (char and bool)

Lab2_3 (user input - cin)

Lab 2_4 (math + and -) pseudocode: 3 points program: 7 points

Create a program that:

Lab 2_5 (math * and /) pseudocode: 3 points program: 7 points

Create a program that:

Lab2_Calculator (ongoing project) (20 points)