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.
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: