American Young Coder Academy – Indo

Loading Events

« All Events

  • This event has passed.

6 PM – Intro To Java

June 10, 2021 @ 6:00 pm - 7:00 pm

  1. We continued on SchoolApplication project.
    1. We completed Student menus
    2. We added the ability to add Student to the list.
    3. We added the ability to find a student in the list.
  2. Homework:
    1. Create a new class Teacher.java and this class will have the following attributes
      1. String firstName
      2. String lastName
      3. int age
      4. String subjectExpertise
      5. Create a constructor with all of above attributes.
      6. Create getters and setters methods.
    2. Inside SchoolMainApplication
      1. Create a new List<Teacher> teachers as one of the class attribute.
      2. In the existing menu, we want to add more items
      3. AYCLOGIC School System: 
        1. Create a student 
        2. Create a teacher
        3. Find student 
        4. Find teacher
        5. List all students
        6. List all teachers
        7. Quit 
        Enter your selection:
      4. Add code that would make these 2 new menu works “Create a teacher”, “Find teacher”

Details

Date:
June 10, 2021
Time:
6:00 pm - 7:00 pm
Event Categories:
,
Verified by MonsterInsights