« All Events
7 PM Intro To Java – Alex
June 15, 2022 @ 7:00 pm - 8:00 pm
Today We Did:
- Today we learned about how to utilize methods better for coding and how to do object-oriented programming.
- We learned about how to create methods to ask the user a question and also give the user a reply for their answer.
For Homework:
- Edit the Magic8Ball project one more time so that it consists of 3 new methods, run(), getUserQuestion(), and provideMagic8BallResponse()
- The main method should only have two lines of code for creating the mainClass and using the run method.