BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220203T190000
DTEND;TZID=America/Los_Angeles:20220203T200000
DTSTAMP:20260428T100830
CREATED:20220204T035834Z
LAST-MODIFIED:20220204T035834Z
UID:11450-1643914800-1643918400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue with Thu7PMEmailApplication.\nDo feature “1. Create an Email Account”\, “3. List all email accounts” and “4. Exit”.\nYou have to create a new class called EmailAccount.java with 3 attributes: email\, password\, name.\nWhen you create a new Email Account store it inside Map<String\, EmailAccount>.\nLook at below example\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:1\n\nCREATE EMAIL ACCOUNT\n1. Enter your name: Nathan Truong\n2. Enter your email: nathan@ayclogic.com\n3. Enter your password: 1234\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:3\n\nThere are total of 3 email accounts in the system\n1. Nathan Truong - nathan@ayclogic.com\n2. Gamas Chang - gamas@ayclogic.com\n3. Jessica Sunjoyo - jessica@ayclogic.com\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:4
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T100000
DTEND;TZID=America/Los_Angeles:20220205T110000
DTSTAMP:20260428T100830
CREATED:20220205T211705Z
LAST-MODIFIED:20220205T211705Z
UID:11467-1644055200-1644058800@www.ayclogic.com
SUMMARY:10 AM - Intro to Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Monster Inheritance project by overriding the doArrowDamage in WatterGolem.java\nWe continued with the Android app a little bit.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T120000
DTEND;TZID=America/Los_Angeles:20220205T130000
DTSTAMP:20260428T100830
CREATED:20220205T210806Z
LAST-MODIFIED:20220205T210806Z
UID:11465-1644062400-1644066000@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued learning Map/HashMap. We learned how HashMap contains key and value whereas List only contains values.\nWe learned how to add and find Restaurant object form Map/HashMap.\n\nHomework\n\nAdd code to enable “3. Find Restaurant using List”. Make it case insensitive. So if user enters “KabuKI” vs “kabuki” it will find the restaurant if it is in the system.\nChange code in “4. Find Restaurant in Map”. Make it case insensitive. To do this\, you probably have to change how you add the Restaurant code too specifically the map’s key.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T150000
DTEND;TZID=America/Los_Angeles:20220205T160000
DTSTAMP:20260428T100830
CREATED:20220205T235136Z
LAST-MODIFIED:20220206T000501Z
UID:11475-1644073200-1644076800@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished Restaurant System program.\nWe started SchoolApplication. We added Student class\, “1. Add Student”\n\nHomework\n\nAdd code to enable “3. List all students”\nCreate a new class Teacher with the following attributes: firstName\, lastName\, age\, email\, subjectOfExpertise.\nAdd new code to enable “4. Add Teacher”\, “6. List all teachers”\n\nSchool System:\n1. Add a student\n2. Find student\n3. List all students\n4. Add a teacher\n5. Find teacher\n6. List all teachers\nEnter your selection (type “exit” to quit):
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T170000
DTEND;TZID=America/Los_Angeles:20220205T180000
DTSTAMP:20260428T100830
CREATED:20220206T022330Z
LAST-MODIFIED:20220206T022330Z
UID:11486-1644080400-1644084000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued learning Map/HashMap by storing Student into map and finding Student in map. Also we did list all students by going through every value in the map using for loop.\nWe compared the performance of searching Map vs List. The result was searching Student using Map.key (firstName) is really fast.\n\nHomework\n\nIn findTeacher()… add code to print “We cannot find %s teacher in our system.” when the teacher name cannot be found in the Map. This is very similar to what we did in findStudentByMap()\nIn listAllStudents()… add code to check if there is no students in the system to print “There are no students in our system yet.” . Do the same thing with listAllTeachers().
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220210T190000
DTEND;TZID=America/Los_Angeles:20220210T200000
DTSTAMP:20260428T100830
CREATED:20220211T041950Z
LAST-MODIFIED:20220211T041950Z
UID:11542-1644519600-1644523200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Thu7PMEmailApplication project.\nWe added feature to login\nWe display 2nd menu continuously after email and password match.\n\nHomework\n\nContinue with Thu7PMEmailApplication.\nDuring login\, when user enters a wrong password\, print “You have entered an invalid password.” and go back to the main menu.\nCreate a new class EmailMessage with the following class attributes: senderEmail\, sendToEmail\, subject\, content.\nInside EmailSystem.java\, add a new Map<String\, EmailMessage>\nAfter successful login. add “2. Create new email” feature. In this feature after creating an email\, you are supposed to store in the new map you created above with senderEmail as the key of the map.\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:2\n\nCREATE EMAIL from Gamas Chang\nSend To: jessica@ayclogic.com\nSubject: I want to register to your school\nContent: I am interested in learning Python\, can you help me enroll\nYou have successfully sent email to jessica@ayclogic.com\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220212T100000
DTEND;TZID=America/Los_Angeles:20220212T110000
DTSTAMP:20260428T100830
CREATED:20220212T211037Z
LAST-MODIFIED:20220212T211037Z
UID:11558-1644660000-1644663600@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nWe continued with our Temperature Converter android application.\nMake the “Fahrenheit” and “Celcius” labels in the app bold and bigger and left alligned.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220212T120000
DTEND;TZID=America/Los_Angeles:20220212T130000
DTSTAMP:20260428T100830
CREATED:20220212T210708Z
LAST-MODIFIED:20220212T210708Z
UID:11556-1644667200-1644670800@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nCreate a new Java project in your IntelliJ. Name it SAT-12PM-EmailApplication\nCreate a new class EmailAccount.java with the following attributes: email\, password\, name;\nCreate a new class EmailSystem.java. This is going to be the starting point of your system.\nIn the EmailSystem\, create the run method and other methods necessarily to be able to do the following features below:\n\nWelcome to AYCLOGIC Email System.\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection: 1\n\nCREATE EMAIL ACCOUNT\n1. Enter your name: Crystal\n2. Enter your email: crystal@gmail.com\n3. Enter your password: abcd\nYou have successfully created email account for Crystal.\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection: 3\n\nThere are total of 3 email accounts in the system\n1. Gamas Chang - gamas@ayclogic.com\n2. Crystal - crystal@gmail.com\n3. Jessica Sunjoyo - jessica@ayclogic.com\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection: 4\n\nThank you for using AYCLOGIC Email System.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220212T150000
DTEND;TZID=America/Los_Angeles:20220212T160000
DTSTAMP:20260428T100830
CREATED:20220213T000628Z
LAST-MODIFIED:20220213T000628Z
UID:11571-1644678000-1644681600@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with SchoolApplication.\nWe added listAllStudents() and listAllTeachers()\nWe check if our list is empty to print “We don’t have any students in our system yet.”\nWe added findStudent()\n\nHomework\n\nChange the code in listAllTeachers() so when the teacherList is empty\, it will print “We don’t have any teachers in our system yet”.\nAdd code to enable “5. Find teacher”. Try to do it without copy and paste.\nInside the findStudent() if the program cannot find the student\, print “<name> does not exist in our system.”
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220212T170000
DTEND;TZID=America/Los_Angeles:20220212T180000
DTSTAMP:20260428T100830
CREATED:20220213T015441Z
LAST-MODIFIED:20220213T015441Z
UID:11581-1644685200-1644688800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\nHomework\n\nContinue with SAT-5PM-EmailApplication\nAdd the code to do “1. Create an Email Account”\nAdd the code to do “3. List all Email Account”\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:1\n\nCREATE EMAIL ACCOUNT\n1. Enter your name: Aidan\n2. Enter your email: aidan@ayclogic.com\n3. Enter your password: abcd\nYou have successfully created email account for Aidan.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220217T190000
DTEND;TZID=America/Los_Angeles:20220217T200000
DTSTAMP:20260428T100830
CREATED:20220218T042142Z
LAST-MODIFIED:20220218T042142Z
UID:11640-1645124400-1645128000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do:\n\nWe continued with Email Application\nWe added Check Inbox feature.\n\nHomework\n\nContinue with Email Application.\nCreate a new method “initializeEmailAccounts()”\nInside this new method\, add 3 EmailAccount objects to accountMap. You can create any 3 EmailAccounts you like.\nThis is very similar to initializeTeachers() inside SchoolApplication. But in this case you are adding to a Map instead of List.\nAfter this\, call this new method from inside run() method. BUT make sure to call this new method before the while loop.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220219T100000
DTEND;TZID=America/Los_Angeles:20220219T110000
DTSTAMP:20260428T100830
CREATED:20220219T191536Z
LAST-MODIFIED:20220219T191536Z
UID:11652-1645264800-1645268400@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with our Temperature Converter android application project.\nWe added some options/items for our spinner.\nWe made the conversion result text to TextView so it would be non-editable.\nWe added spinner listener\n\nHomework\n\nAfter we convert the “conversionTemp” from EditText to TextView\, the color of the text is light gray. Change it to bold black color.\nDuring the class\, we created ConversionSpinnerListener.java and it implemeted AdapterView.OnItemSelectedListener . This is a Java interface and I don’t think we ever learned about Java Interface. Please do some reading about Java Interface in here: https://www.w3schools.com/java/java_interface.asp\nPrepare some questions about Java Interface in the next class.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220219T120000
DTEND;TZID=America/Los_Angeles:20220219T130000
DTSTAMP:20260428T100830
CREATED:20220219T210651Z
LAST-MODIFIED:20220219T210651Z
UID:11658-1645272000-1645275600@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with our Email Application.\nWe added login feature.\nWe started LoginMenu.\n\nHomework\n\nCreate a new class EmailMessage with the following attributes: senderEmail\, sendToEmail\, subject\, content.\nInside EmailApplication.java\, add a new Map<String\, EmailMessage> . This is where you need to store data when you create a new email.\nAdd feature in EmailApplication to enable below features\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:3\n\nThere are total of 3 email accounts in the system\n1. Gamas Chang - gamas@ayclogic.com\n2. Crystal - crystal@gmail.com\n3. Jessica Sunjoyo - jessica@ayclogic.com\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:2\n\nEnter your login email and password\nemail: gamas@ayclogic.com\npassword: abcd\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:2\n\nCREATE EMAIL from Gamas Chang\nSend To: crystal@gmail.com\nSubject: Don't forget to do your Email homework\nContent: Make sure you use Map to store data\nYou have successfully sent email to crystal@gmail.com\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220219T150000
DTEND;TZID=America/Los_Angeles:20220219T160000
DTSTAMP:20260428T100830
CREATED:20220220T000121Z
LAST-MODIFIED:20220220T005753Z
UID:11664-1645282800-1645286400@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nAdd initializeTeachers method so it will automatically add 3 teachers. Please create 2 of the teachers who is 60 years old or older. This is very similar to initializeStudents method.\nComplete the code inside “listAllTeenagerStudents” method. Check each student’s age inside the list to be greater than 12 and smaller than 20 and then print the student info.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220219T170000
DTEND;TZID=America/Los_Angeles:20220219T180000
DTSTAMP:20260428T100830
CREATED:20220220T015915Z
LAST-MODIFIED:20220220T015915Z
UID:11672-1645290000-1645293600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue with Email Application.\nIf user enter wrong password\, print “You have entered a wrong password.”\nIf user enter the right password\, continuously display this menu until user enter 3 for logout.\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:123123\n\nInvalid selection please try again.\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:123\n\nInvalid selection please try again.\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:3\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220219T180000
DTEND;TZID=America/Los_Angeles:20220219T190000
DTSTAMP:20260428T100830
CREATED:20220220T031252Z
LAST-MODIFIED:20220220T032112Z
UID:11675-1645293600-1645297200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - David
DESCRIPTION:Today We Do\n\nWe continued with Feb12_Hangman.py\nWe added question marks to give clue how many letters inside the secret_word.\nWe display health symbols according to the number of health we have.\n\nHomework\n\nContinue on Feb12_Hangman.py.\nChange the code inside the while loop\, so when user enter the entire word and the word exactly match the secret_word\, break from the loop.\nBy the way\, you guys can change the symbol of your health by going here and choosing the unicode https://materialui.co/unicode-characters/\nChange the code so every time it loops\, it will print 3 things\, the question marks\, the health symbols and the “Enter a letter or the entire word:” look at below\n\n['?'\, '?'\, '?'\, '?'\, '?'\, '?'\, '?']\n❤️❤️❤️❤️❤️❤️❤️❤️❤️\nEnter a letter or the entire word: asdf\n\n['?'\, '?'\, '?'\, '?'\, '?'\, '?'\, '?']\n❤️❤️❤️❤️❤️❤️❤️❤️\nEnter a letter or the entire word: adf\n\n['?'\, '?'\, '?'\, '?'\, '?'\, '?'\, '?']\n❤️❤️❤️❤️❤️❤️❤️\nEnter a letter or the entire word: s\n\n['?'\, '?'\, '?'\, '?'\, '?'\, '?'\, '?']\n❤️❤️❤️❤️❤️❤️\nEnter a letter or the entire word:
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-david-20/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T190000
DTEND;TZID=America/Los_Angeles:20220224T200000
DTSTAMP:20260428T100830
CREATED:20220225T041018Z
LAST-MODIFIED:20220225T041018Z
UID:11749-1645729200-1645732800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe 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. But we are not done with code because we ran out of time.\n\nHomework\n\nChange the code inside handleCreateEmail(EmailAccount). Before you do below code\, you first have to check if messageMap already has an existing List. If it has\, use that List instead of creating a new list.\n\nList<EmailMessage> emailList = new ArrayList<>();\nemailList.add(message);\nmessageMap.put(sendToEmail\, emailList);
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T120000
DTEND;TZID=America/Los_Angeles:20220226T130000
DTSTAMP:20260428T100830
CREATED:20220228T184202Z
LAST-MODIFIED:20220228T184202Z
UID:11802-1645876800-1645880400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework \n\nContinue on EmailApplication.\nAdd one more class attribute to EmailMessage class: private LocalDateTime sentDate. Review LocalDateTime tutorial in https://www.w3schools.com/java/java_date.asp\nAdd one more parameter to EmailMessage constructor: LocalDateTime sentDate.\nYou have to change EmailApplication class inside handleCreateEmail method to include this LocalDateTime.now() when creating a new EmailMessage object.\nChange the code in “1. Check Your Inbox” to also display EmailMessage sent date along with other information.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T130000
DTEND;TZID=America/Los_Angeles:20220226T140000
DTSTAMP:20260428T100830
CREATED:20220226T215726Z
LAST-MODIFIED:20220305T004230Z
UID:11763-1645880400-1645884000@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did\n\nWe started learning about Java Data types.\nLearned about how to comment\, and print things out to the terminal/shell.\nLearned the data types String\, integer\, double\, and float.\n\nFor Homework\n\nCreate a file called Feb26_VariableDataTypesHomework.java\nFor homework today do exercises from 1 to 3 at this link. https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T150000
DTEND;TZID=America/Los_Angeles:20220226T160000
DTSTAMP:20260428T100830
CREATED:20220226T235619Z
LAST-MODIFIED:20220226T235619Z
UID:11773-1645887600-1645891200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nIn your school application project\, add new feature “8. List all teachers between 60 and 100”. This is very similar to what you guys did with list all teenagers students.\nChange “5. Find teacher” code so if it could not find the teacher\, it will print “We cannot find <teacher name> teacher in our system”.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T170000
DTEND;TZID=America/Los_Angeles:20220226T180000
DTSTAMP:20260428T100830
CREATED:20220227T022636Z
LAST-MODIFIED:20220228T015029Z
UID:11775-1645894800-1645898400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinued with EmailApplication project.\nAdd “2. Create Email Message” feature. After user create an email message\, store this to the new Map<String\, EmailMessage> which we created in the class earlier. When creating EmailMessage\, you need the sender email. The sender email is the email of the person who login. Look at the example below\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:2\nEnter your email: gamas@ayclogic.com\nEnter your password: abcd\nCongrats\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection:2\n\nCREATE EMAIL from Gamas Chang\nSend To: jessica@ayclogic.com\nSubject: Test Subject 1\nContent: Test Content 1\nYou have successfully sent email to jessica@ayclogic.com\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection:
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR