- This event has passed.
7:30 – Intro To Java- Alex Lee
November 30, 2022 @ 7:30 pm - 8:30 pm
Today We Did:
- We continued with the Temperature Converter project in Android Studio.
- Learned how to use the convert button to print something in the run tab.
For Homework:
- Convert the Fahrenheit that you get from the user input into Celsius by using this equation.(F − 32) × 5/9 = C
- Then print it out using the “Convert Button is Clicked” that is printed out into the shell.