« All Events
7 PM – Intro To Java – Gamas
November 11, 2021 @ 7:00 pm - 8:00 pm
Homework
- Continue with Nov11_Magic8BallV1.java by creating random number between 0 to 2 and use if else statements to produce random answer between yes, no or maybe.
- Create a new Java file Nov11_Magic8BallV2.java this time use List of Strings: yes, no or maybe and pick a random element from list to produce the answer.