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...
Today We Did: We learned about using methods and the difference between static and non-static. We also learned about what to do when the method is either void or has a dataRead More...
Today We Do We continued on MonsterInheritance project. We made sure this project has Monster class which has String species, int health, int maxDamage. We added Monster.doDamage(int amount) which will reduce Monster.health.Read More...