- This event has passed.
7 PM – Intro to Java – Sebastian
June 10 @ 7:00 pm - 8:00 pm
Today We Did
- Began school system
- Created Student class
- Created addStudent() method
- Began listStudent() method for homework
- SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9
- AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework into your Google Drive
- Homework: In class we created the following method:
private void listStudents() { }
Inside this method:
- Print “LIST STUDENTS”
- If the list size is 0, print “There are no students in our system yet.”
- Otherwise, loop through each student object and print getInfo() for each