Skip to content

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
  • When it is complete commit the project as a new repository to Github.
  • When you're done, send me an email by using the email address on my Profile Page

Creating Mario using Java will help you get used to the Java syntax as well as familiarize yourself with loops and Strings.

Check out the following video for working with Java on the command line: Java on the Command Line

Helpful Resources:

Mike's Java Examples

Mike's Training for Java Certification