6 PM – Intro To Java
6 PM – Intro To Java
Homework Continue with the BankAccount exercises we did in the class 1. Insert all three bank accounts into accountMap, the key would be social security. // Use for loop to go throughRead More...
Homework Continue with the BankAccount exercises we did in the class 1. Insert all three bank accounts into accountMap, the key would be social security. // Use for loop to go throughRead More...
Today We Do We started learning Inheritance with Person and Student classes Homework No Homework
Today We Do We continued with SchoolApplication. We created Teacher class We added Add New Student feature and added into the List of students. Homework Add code to do "2. Add aRead More...
Today We Do We learned how to use customer icon/image for our Android application We learned how to create APK file so it can be installed on Android applications. We reviewed inheritance,Read More...
Today We Do We started DriverSystem project Homework Inside run() method, after user enter a name of the driver, check if the driver name is inside the "driverMap". If it is notRead More...
Homework Figure out rushHour logic. Rush hour is between 6AM to 10 AM and 4PM to 7PM. selectedDriver.timeInMinuteToMakeTheTrip(distanceInMile, true); Create Vehicle class with the following attributes String vehicleName int numOfPassenger getter andRead More...
Today We Do We reviewed AnimalFightingSystem program Homework Next week is a 2 hour final test. Please come at 8 AM. Study codes in AnimalFightingSystem, DriverSystem, MonsterInheritanceSystem. All source codes for theseRead More...
Today We Do We added List all students and Find student features. We modularize the code by creating methods Homework Make Find student feature non-case sensitive. Create a method "findStudent()" and moveRead More...
Homework Add code inside getVehicle(int numOfSeat) Use for loop to go through each Vehicles in the list. Print the vehicle whose vehicle.numOfSeat is >= numOfSeat Example 1 Please select a driver below:Read More...
Today We Do We learned how to warning message if entered student's name cannot be found in the system. We learned how to list students ordered by name ascending We learned howRead More...
Homework Create a new class SlowDriver.java . This class should inherits from Driver class. Override the timeInMinuteToMakeTheTrip method so it will take 3 times longer during rush hour. Create a new class NewYorkTaxiDriver.java.Read More...
Homework: Continue with MonsterInheritanceSystem. Inside run() method, when user enter "exit" stop the loop and print "Thank you for playing AYCLOGIC Monster Game." and stop the program. If user enter a monsterRead More...
Today We Do We continued with School Application. We learned about Map and HashMap. Homework Add code inside School Application to be able to find student using HashMap. There is no classRead More...
Homework Figure out why when we attack Phoenix with fire magic attack, the phoenix health is still being reduced. Look at DriverSystem project and see where we use CarRacerDriver, NewYorkCityDriver and SlowDriver.Read More...
Today We Do We added feature for hand-to-hand attack We added another feature where if you attack Phoenix with water magic attack, it will double damage to the Phoenix because Phoenix isRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.