C++ II, Quiz 4

For this assignment, we were given the header files.
We had to write a program that lets a user create a circle with a default value of 1, or create a square with a default length of 1 or a triangle with a default base of 1 and a height of 1.  The program had to provide a way to increase or decrease the above mentioned dimensions by a value of 1.  Finally the program had to allow the user to display the property values of the above named shapes.
We were introduced to classes and had to build the definition files for the included headers.

My grade: 30 out of 30 (WOOT!)
Quiz 4
https://github.com/Velourious/quiz_4/tree/master
(Click “main.cpp” to see the program. The “[shape].cpp” files were also written by me.)

Leave a comment