10 AM – Intro To Java – Gamas
Homework inside MainActivity.convertButtonOnClick method, change the conversion formula according to "conversionMode" attribute.
Homework inside MainActivity.convertButtonOnClick method, change the conversion formula according to "conversionMode" attribute.
Homework Next week is Java quiz, please come 15 mins early (11:45 AM). Please study SchoolApplication and EmailApplication. Make sure you know the difference between Map and List. Make sure you knowRead More...
Today We Did We learned about If, Else statements Also learned about how to get user input with Scanner Talked about using AND and OR in Java For Homework Create a newRead More...
Today We Do We completed SchoolApplication We started learning about HashMap. Homework Go to https://www.youtube.com/watch?v=70qy6_gw1Hc and study about HashMap. Change the code in Mar5HashMap.java and see if you can store the followingRead More...
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 sendingRead More...