Lab 1

Lab 1

GradescopeStarter Code
Due: Tuesday September 16, 2025 5:00PM
Goals:
  • Write a simple Java program
  • Practice using VS Code
  • Practice submission to Gradescope
Submit these files:HelloWorld.java,Multiply.java
  1. You should have a folder cs201 on your laptop (e.g., in Documents or Dropbox, etc). Download the starter file lab01.zip using the Starter Code button at the top of the page, double-click to unzip it, and then drag the lab1 folder to your cs201 folder.
  2. Launch VS Code and open the folder lab1.
  3. Edit the program HelloWorld.java to output the string “Hello, world!” from the main method.
  4. Edit the program Multiply.java to define a function multiply that takes two integer parameters and returns their product.

Submission

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.