- This event has passed.
7 PM – Intro To Java – Bill
April 11 @ 7:00 pm - 8:00 pm
Today We:
- Learned more about OOP
- Static methods/variables
Your HW:
- Create a new file called Apr_11_TellMeYourAgeOOP
- Go to Feb_8_IfStatements file and copy and paste the Tell Me Your Age section into the main of the new Apr_11 file
- Make the program continuously ask the user for their age and stop when they enter “quit”
- Then, convert the program to an OOP form like we did in class with the Magic8Ball project