Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

PSET 1

In this problem set we're going to write a couple of basic CS50 C programs in Java.

First and foremost:

  • Watch the LaunchCodeTV Java series to help get your environment setup.
  • Purcase the book "Clean Code" by Robert Martin
  • Create the "Mario" application using Java instead of C
  • If you used arrays in Step 3, now try and create Mario using Java Collections.
  • When it is complete commit the project as a new repository to Github.

Helpful Resources:

Mike's Java Examples

Mike's Training for Java Certification