C++ Final Exam

The exam is worth a total of 100 points.
The written part is worth 58 and the programming portion is worth 42 points.

The exam is OPEN. You may use any resource available in room 127 except for other students.
Be mindful of the 100 minute time-limit.

*********************PROGRAMMING PART DESCRIPTION*********************

MAKE SURE THAT YOU SAVE YOUR finalExam.cpp as
"Merlis_Josh.cpp"

in the _FINAL_FOR_GRADING_ folder

PROGRAMMING PART INSTRUCTIONS
1. Think confident thoughts.
2. Open up CodeBlocks
2. Choose "Open an Existing Project" (or just OPEN from "File")
3. Go to your 'cpp1' folder in your server space
4. You will see a folder called "FinalExam" --> open it
5. You will see a file called "Cpp1FinalExam.cbp" THIS IS THE PROJECT, open it

Once you do this, you are ready to begin.
Be sure to COMPLETELY READ the documentation in the FinalExam.cpp file. Everything you need I have given you.

SUGGESTIONS
Do the project in small steps.
Look back at your Dice project to see you created dice and how you rolled them.
Put in a lot of cout's as you start to make sure things are working correctly.

*******WHEN FINISHED*******

You must COPY the output of one WINNING game and one LOSING game into your program.

To copy from the terminal window, right click on the TITLE BAR and choose EDIT.
Choose "Select All"
Hit ENTER
You can now paste it into your program.