I need help finishing my C++ Godzilla fight homework, I uploaded my cpp file as well.
1)We are now going to properly construct our object correctly. Add a default constructor that sets the name to “Godzilla”, the health to a random value between [50, 100], and the power to a random value between [10, 25].
Also add a public print()
function that print’s out the object’s name, health, and power to the standard out in the following format:
name (P: power) - H: health
Where the values name
, power
, and health
have been replaced with the corresponding data member’s value.
Now in main, create two Godzilla
objects – one named godzilla
and the other named mechagodzilla
. Prompt the user to provide the name, health, and power of godzilla
and use the corresponding setters. mechagodzilla
should be created using the default constructor.
To verify your objects are correct, call the print()
function for each of godzilla
and mechagodzilla
.
2) Currently, when the godzilla
object is created we need to call three different setters. Add a parameterized constructor that allows a user to create a new Godzilla object specifying the name, health, and power.
Now in main, after prompting the user for the values create the godzilla
object using the parameterized constructor instead of the setters.
It’s now time for godzilla
and mechagodzilla
to go to battle. Add an attack
function as described below:
Godzilla
object as a parameter. The function should modify the target’s health by subtracting the callee’s power. It should also print out a message in the form of “Callee’s Name attacks Target’s Name.” If the target’s health falls below or equal to zero, print out a second message stating “Target’s Name has been vanquished.”Now in main, have godzilla
attack mechagodzilla
once. Then, if mechagodzilla
is still alive, have mechagodzilla
attack godzilla
until godzilla
has been vanquished. Your program should end at that point.
3)
Now add the following function to your class:
greet
function that accepts another Godzilla
object as a parameter which is passed by constant reference. That is, the parameter should be marked const
so that the function cannot inadvertently change the target’s values. The function should print out a message in the form of “Callee’s Name bows to Target’s Name.”Finally, in main before the two Godzillas do battle, have the two Godzilla objects greet each other. As in, the code would look like
godzilla.greet( mechaGodzilla );
mechaGodzilla.greet( godzilla );
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
Assignment Help has assembled a team of highly skilled writers with diverse experience in the online writing circles. Our aim is to become a one stop shop for all your Academic/ online writing. Check out below our amazing service!
Essays
At Assignment Help, we prioritize on all aspects that creates a good grade such as impeccable grammar, proper structure, zero-plagiarism, and conformance to guidelines. The principal purpose of essay writing is to present the author's evaluation concerning a singular subject about which they have made. Since Professionalism is the mother of every success, try our team of experienced writers in helping you complete your essays and other assignments.
Admissions
Admission Papers
You have been trying to join that prestigious institution you long yearned for, but the hurdle of an admission essay has become a stumbling block. We have your back, with our proven team that has gained invaluable experience over time, your chance of joining that institution is now! Just let us work on that essay.How do you write an admission essay? How do you begin the essay? For answers, try Quality Custom Writers Now!
Editing
Editing and Proofreading
Regardless of whether you're pleased with your composing abilities, it's never an impractical notion to have a second eye go through your work. The best editing services leaves no mistake untouched. We recognize the stuff needed to polish up a writing; as a component of our editing and proofreading, we'll change and refine your write up to guarantee it's amazing, and blunder free. Our group of expert editors will examine your work, giving an impeccable touch of English while ensuring your punctuation and sentence structures are top-notch.
Coursework
Technical papers
We pride ourselves in having a team of clinical writers. The stringent and rigorous vetting process ensures that only the best persons for job. We hire qualified PhD and MA writers only. We equally offer our team of writers bonuses and incentives to motivate their working spirit in terms of delivering original, unique, and informative content. They are our resources drawn from diverse fields. Therefore your technical paper is in the right hands. Every paper is assessed and only the writers with the technical know-how in that field get to work on it.
Coursework
College Essay Writing
If all along you have been looking for a trustworthy college essay service provider that provides superb academic papers at reasonable prices, then be glad that you search has ended with us. We are your best choice! Get high-quality college essay writing from our magnificent team of knowledgeable and dedicated writers right now!
Coursework
Quality Assignment/Homework Help
We give the students premium quality assignments, without alarming them with plagiarism and referencing issues. We ensure that the assignments stick to the rules given by the tutors. We are specific about the deadlines you give us. We assure you that you will get your papers well in advance, knowing that you will review and return it if there are any changes, which should be incorporated.