due: Monday February 17 at 11:59pm (submit on Gradescope here).
lab1
folder to your cs201 folder.lab1
.HelloWorld.java
to output the string "Hello, world!" from the main method.Multiply.java
to define a function multiply
that takes two integer parameters and returns their product.Upload HelloWorld.java
and Multiply.java
to Gradescope here. Continue modifying until your submission successfully passes all tests. When you are finished you may work on Homework 1.