Lab 1
GradescopeStarter CodeDue: Tuesday September 16, 2025 5:00PM
Goals:
- Write a simple Java program
- Practice using VS Code
- Practice submission to Gradescope
HelloWorld.java
,Multiply.java
HelloWorld.java
,Multiply.java
Starter Code
button at the top of the page, double-click to unzip it, and then drag the 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. Continue modifying until your submission successfully passes all tests. When you are finished you may work on Homework 1.