- This event has passed.
1 PM – Intro To Java – Alex
April 30, 2022 @ 1:00 pm - 2:00 pm
Homework
- Continue on Apr30_TellMeYourAgeOOP.java
- Create a method provideAgeResponse. It has one parameter: String strAge. Inside the method it is supposed to convert strAge into Integer and provide different answers depending on the age. Look at below only for getting all the possible answers: https://www.ayclogic.com/tell-me-your-age/
- Call this new method from run() method.