- This event has passed.
5 PM – Intro To Java – Gamas
March 5, 2022 @ 5:00 pm - 6:00 pm
Homework
- Continue on EmailApplication
- Inside createEmailMessage(EmailAccount personWhoLogin) when user enter an email that is not inside emailAccountMap, then print message like “<email> is not in our system” and then stop doing sending the email.
- Inside checkInbox(EmailAccount personWhoLogin) : when there is no email, make sure we print “There is no email in your inbox” and don’t throw an error.