« All Events
5 PM Intro To Java – Alex Lee
March 17, 2023 @ 5:00 pm - 6:00 pm
Today We Did:
- Went over the homework for shortening the Magic8Ball and also going over how to create the method for converting from Fahrenheit to Celsius.
- In class, we went over an example of how to create a class using methods such as the run method and getUserAge method.
For Homework:
- We are going to be converting the Magic8Ball class one more time to be used with multiple methods.
- The main method should only have two lines of code in it, the creation of the main class and using the run method.
- There should be three methods in your code besides the main class and they are run(), provideResponse(), and getInputFromUser().