12 PM – Intro To Java – Gamas
Homework Continue on MonsterInheritance Add the ability to heal the player Change monster status according to its health. If its health is less than 0, display <Monster Name> has been defeated. ForRead More...
American Young Coder Academy – Indo
Homework Continue on MonsterInheritance Add the ability to heal the player Change monster status according to its health. If its health is less than 0, display <Monster Name> has been defeated. ForRead More...
Homework Continue on EmailApplication program. Add the following features. 1. Create Email Account, 3. List All Email Accounts, 4. Exit. Use Map to store the Email Account. Create new class EmailAccount.java toRead More...
Today We Do We reviewed Quiz last week. We started Monster Inheritance project. Homework Continue on MonsterInheritance project. Add the following features: Add Monster, List all Monsters and Play The Game LookRead More...
Today We Do We continued with Monster Inheritance application We added Play Game menu We added code to get Monster from the monsterMap. Homework Add code to handle Melee Attack. In theRead More...
Today We Do We continued with EmailApplication We added login feature. Homework Next week is Easter weekend so there is no class see you in 2 weeks. After successful login, continuously displayRead More...
2 hours Final Test
Today We Did: We reviewed last week's homework on the While Loop Talked about Random, and how to use asList For Homework: Create a new Java class titled April16_Magic8Ball.java For the homeworkRead More...
Today We Do We learned about Java inheritance. We created Dragon class which extends from Monster class. We learned how to override Monster.doMagicDamage(String magicType, int damage) in Dragon class. Homework Continue MonsterRead More...
Homework Continue on MonsterInheritance project Inside Monster.java, add a new method: doArrowDamage(int amount) Inside the method, reduce Monster.health by amount. Inside WaterGolem.java, override Monster.doArrowDamage(int amount). This is very similar to how youRead More...
Homework Create a method initializeEmailAccounts(). This method should add 3 email accounts to accountMap. Call this method inside the run() . Create a new class EmailMessage.java and this class should have theRead More...