« All Events
7 PM Intro To Java – Alex
June 22, 2022 @ 7:00 pm - 8:00 pm
Today We Did:
- We started with the School System project.
- We were able to figure out how to add a student in.
- Learned about how to create a constructor and that we can store multiple attributes into these objects.
For Homework:
- Create a new method that is called createStudent() and this method should basically have all the code that we have already finished.
- Also, create another else if for when the user types in “2”, and it should run a method called createTeacher() which should do the same thing as createStudent().
- It should do the same thing, but also ask the user what subject the teacher teaches.