« All Events
1 PM Intro To Java – Alexander Lee
October 8, 2022 @ 1:00 pm - 2:00 pm
Today We Did:
- We started with the Monster Inheritance project.
- We were able to create the Monster and add it to a map, along with listing it out.
- Also, we started the play method and were able to create the monsterMenu.
For Homework:
- Shorten the creation of the monsterMenu by looking at where we have duplicated code that has already been created in the past.
- Also, check to see if the user types in stop, you should leave the while true loop for the monster menu.
- Also get the monster from the monsterMap by using the user input you received from the printMonsterMenu() method.
- Check to see if it is null, and if it is make sure to print out “We could not find this monster in our system: monsterName”