American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

5 PM – Intro to Java – Joel

July 31 @ 5:00 pm - 6:00 pm

Today we did:
  1. We continued with SchoolSystem.

 

 

Homework:
  1. Make a new Java Class called Teacher.java.
  2. Make a Teacher class and have these attributes:
    1. firstName (String)
    2. lastName (String)
    3. age (int)
    4. subject (String)
  3. Make the constructor for this class also, and the getters.
  4. In the SchoolSystem class, add to the menu selection 5 and 6 which is Add Teacher and List all Teachers.
  5. Do the same thing we did for students, but now for teachers. So the result is we can add teachers and list all teachers in the program.

Details

Date:
July 31
Time:
5:00 pm - 6:00 pm