American Young Coder

AYC logo

10 AM – Intro To Java – Gamas

Homework Inside MonsterInheritance project, inside Monster.java, create a new method: doArrowDamage(int damage). Inside the method, reduce the monster's health. Inside MonsterSystem.java, when user attack monster with arrow, call this monster.doArrowDamage(...). Inside WaterGollem.java,Read More...

12 PM – Intro To Java – Gamas

Today We Do We finished SchoolApplication. We learned how to use Debugger in Pycharm We started learning Map and HashMap. Homework No homework next week.

3 PM – Intro To Java – Gamas

Today We Do We continued with Jan22RestaurantSystem. We learned how to add Restaurant object into the restaurantList. We learned how to loop through each Restaurant object using for loop and print itsRead More...

5 PM – Intro To Java – Gamas

Homework Transfer Teacher.java from SchoolApplication to SAT-5PM-IntroToJava project. Similar to how we copy Student.java in the class. Inside Jan22_HashMap.java, add a new Map for Teacher: teacherMap. This should be very similar toRead More...