CSCI 261 - Programming Concepts - Fall 2019

Lab 8A - Class Part III: Godzilla vs. MechaGodzilla

This lab is due by Tuesday, December 03, 2019, 11:59 PM.
As with all labs you may, and are encouraged, to pair program a solution to this lab. If you choose to pair program a solution, be sure that you individually understand how to generate the correct solution.


Concepts


Focus on expanding the Godzilla class from Lab7D.


Suggestion: Use NotePad or WordPad


Consider using NotePad or WordPad on your computer to write your code for this lab. Once you feel good about what you've written, then copy the code into your project. Doing this will help you see where you might make mistakes on the exam!

You should write a main.cpp that tests each feature of your class works as expected. You will need to submit your class declaration file, your class definition file, and your main.cpp file for this lab.


Even More Expanded Godzilla Class


It's now time for godzilla and nechagodzilla to go to battle. Add an attack function as described below:

Now in main, have godzilla attack mechagodzilla once. Then, have mechagodzilla attack godzilla until godzilla has been vanquished. Your program should end at that point.


Lab Submission



You will submit your solution to this lab with the rest of Set8. Detailed instructions for doing this are posted in Assignment 8.


This lab is due by Tuesday, December 03, 2019, 11:59 PM.
As with all labs you may, and are encouraged, to pair program a solution to this lab. If you choose to pair program a solution, be sure that you individually understand how to generate the correct solution.