American Young Coder

AYC logo

6 PM – Intro To Java

Homework Create a java file Dec2MethodHomework.java Inside this file, create a method favoriteSport(String sport) if the name parameter is “Volleyball” (non-casesensitive) print to the shell “Volleyball is a my favorite sport “.Read More...

7 PM – Intro To Java

Homework Create a Java file Dec2OOPHomework.java Copy the 2 methods from last week's homework. Create method “run” which will display below menu continuously and depending on what the user choose, will eitherRead More...