C++ Final Exam Review -
Answer the Question Set below on a sheet of paper
Write the question and your answer. The final is OPEN BOOK.

1. What is a constructor? How do you know it is a constructor?

2. Write a do/while loop that decrements x by 2 until x is negative.