10 AM – Intro To Java – Gamas
Today We Do We added Player class We removed code duplication on Dragon, Troll and WaterGolem We added maxAttack on Monster. Homework After player attacked monster, the monster also need to damageRead More...
Today We Do We added Player class We removed code duplication on Dragon, Troll and WaterGolem We added maxAttack on Monster. Homework After player attacked monster, the monster also need to damageRead More...
Homework: Create a class RestaurantSystem.java And the class should be very similar to Dec2MethodHomework.java where it will continuously displaying menu until user enter 3. Select below: 1. Add new restaurant 2. ListRead More...
Homework Continue on StudentApplication project. Create a new class Teacher which has the following attributes: firstName, lastName, age and subjectOfExpertise. Inside SchoolSystem.java, create a new list teacherList. Add the "2. Add newRead More...