- This event has passed.
7 PM – Intro To Java – Bill
April 25 @ 7:00 pm - 8:00 pm
Your HW:
- Create a new class, Teacher
- Parameters:
- Name – String
- Age – Int
- Subject – String
- 1 Method: getInfo
- Public, will return a string to display the teacher, “<Name> <Age>, Teachers <subject>”
- Parameters:
- Add 2 options to the menu, Add a teacher and List all teachers
- Create methods for the 2 new options like we did in class for the student