American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

9 AM – Python OOP – Gamas

August 9 @ 9:00 am - 10:00 am

Today We Did
  1. We started School System.
  2. We added Student class.
Homework
  1. Finish School System remaining features. Look at below expected behavior
  2. Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 2
    
    LIST ALL STUDENTS
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 1
    
    ADD NEW STUDENT
    Enter student's name: Sirui
    Enter student's age: 15
    Enter student's grade: 11
    You have added Sirui into our system.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 2
    
    LIST ALL STUDENTS
    Sirui - 15 years old - grade 11.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 1
    
    ADD NEW STUDENT
    Enter student's name: John
    Enter student's age: 16
    Enter student's grade: 11
    You have added John into our system.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 2
    
    LIST ALL STUDENTS
    Sirui - 15 years old - grade 11.
    John - 16 years old - grade 11.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 3
    
    FIND STUDENT
    What is the student's name: John
    John - 16 years old - grade 11.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 5
    
    LIST ALL TEACHERS
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 4
    
    ADD NEW TEACHER
    Enter Teacher's First name: Gamas
    Enter Teacher's Last name: Chang
    Enter Teacher's age: 48
    Enter Teacher's subject: Python
    You have added Gamas Chang into our system.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 5
    
    LIST ALL TEACHERS
    Gamas Chang- 48 years old - subject Python
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 3
    
    FIND STUDENT
    What is the student's name: aasdfadfas
    aasdfadfas is not in our system.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 5
    
    LIST ALL TEACHERS
    Gamas Chang- 48 years old - subject Python
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 4
    
    ADD NEW TEACHER
    Enter Teacher's First name: Chris
    Enter Teacher's Last name: McFadden
    Enter Teacher's age: 29
    Enter Teacher's subject: Math
    You have added Chris McFadden into our system.
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 5
    
    LIST ALL TEACHERS
    Gamas Chang- 48 years old - subject Python 
    Chris McFadden- 29 years old - subject Math
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit): 7
    Gamas Chang - 48 years old - Subject Python
    
    Please select one of the following
    1. Add student
    2. List all students
    3. Find Student
    4. Add teacher
    5. List all teachers
    6. Find teacher
    7. List all teachers older than 30 years old.
    Enter your selection (Enter "exit" to quit):

Details

Date:
August 9
Time:
9:00 am - 10:00 am