Loading Events

« All Events

  • This event has passed.

1 PM – Intro To Java – Alex

April 30, 2022 @ 1:00 pm - 2:00 pm
Homework
  1. Continue on Apr30_TellMeYourAgeOOP.java
  2. 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/
  3. Call this new method from run() method.

Details