Problem Set 2
Summary
We'll clone an existing repository, debug an a Java program so that it compiles and runs as expected, and push the corrected code back up to a newly created repository.
Requirements
Clone the
pset-2-skeleton-4101
repository.Create a new repository called
pset-2
.Mark your repository as private, and add me as a collaborator (
ryanjwilson
).Update the remote connections to point at the newly created
pset-2
repository.Fix all compilation errors and bugs in the program.
Add, commit, and push the corrected code to the
pset-2
repository.
Deliverables
Submit your repository URL.
After correcting the program, it should output six lines of text with the following content exactly.

Deadline
All submissions are due on Canvas by 11:59pm on Sunday, September 20, 2020.
Last updated
Was this helpful?