- This event has passed.
7:30 PM Intro To Java – Alex Lee
October 19, 2022 @ 7:30 pm - 8:30 pm
Today We Did:
- Today we reviewed the quiz that we took the week before.
For Homework:
- Create a new project and title it MonsterInheritance.java
- In it, you should have two classes, MonsterSystem.java and Monster.java
- The Monster.java class will have 3 attributes: health, species, and maxDamage.
- Make sure to create the constructor, getters, and setters.
- Create the menu shown below and be able to infinitely loop it and exit out when you want.
-
Please select from one of the following 1. Add new monster 2. List all monsters 3. Play the game Enter your selection (enter "exit" to quit): 123123 Please select from one of the following 1. Add new monster 2. List all monsters 3. Play the game Enter your selection (enter "exit" to quit): exit Thank you for playing the Monster Inheritance game.