Lab 1

due: Monday February 17 at 11:59pm (submit on Gradescope here).

Goals:

  1. You should have a folder cs201 on your laptop (eg, in Documents or Dropbox, etc). Download the starter file lab1.zip (download here), double-click to unzip it, and then drag the lab1 folder to your cs201 folder.
  2. Launch VS Code and open the foler 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 here. Continue modifying until your submission successfully passes all tests. When you are finished you may work on Homework 1.