American Young Coder

AYC logo

4:30 PM – Python OOP – Gamas

Homework Create a new file Feb24_ClassHomework2.py Do page 167, TRY IT YOURSELF: 9-4 this is the continuation of the last week homework (Restaurant class)

7 PM – Intro to Python – David

Topics covered in class today: We went over the homework that covered how to access elements in a list, how to replace elements, and add/remove elements. We learned about for loops andRead More...

7 PM – Intro To Java – Gamas

Today We Do We continued with EmailApplication project and we changed the "messageMap" from Map<String, EmailMessage> to Map<String, List<EmailMessage>> . This is so that we can store multiple email messages per person.Read More...