Learning to Code
My journey learning to code using free or low cost resources.
Search This Blog
Pages
Currently Learning
New? Start Here!
Books and PDFs
Websites
About Me
Beginner Java Developer Meetup - Archive
Monday, January 16, 2017
Think Java - Chapter 1: My Finished Code for Exercises
Note: Use the shortcut to format your code CTRL+Shift+F.
Below is the code used for Chapter 1 exercises.
****************
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
/*
*
* Test comment
*/
System.out.println("How are you?");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment