Question: PLEASE READ CAREFULLY 2. Type this program and save it as MonsterTest_ firstInitialLastName .java (remember, the class name must be change accordingly for me to
PLEASE READ CAREFULLY
2.

Type this program and save it as MonsterTest_firstInitialLastName.java (remember, the class name must be change accordingly for me to be able to run your program).
Fill the missing code section and produce the following output:
*** output***
a bite?
breath fire
arrrgh
*** end of output
*/
public class MonsterTestDrive public static void main (String CI args) Monster CI ma new Monster 3 1 ma 01 new Vampire ma 11 new Dragon ma [2] new Monster for int x 3 x++) max] frighten (x) i class Monster INSERT YOUR CODE HERE class vampire extends Monster INSERT YOUR CODE HERE class Dragon extends Monster boolean frighten (int degree) System out println breath fire" return true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
