Getting Started Workshop 1 in This Workshop, You'll Learn:: 1. Updating The PATH Environment Variable
Getting Started Workshop 1 in This Workshop, You'll Learn:: 1. Updating The PATH Environment Variable
Workshop 1
Note:
2. Let us look at a simple code that would print the words Hello World.
1
* This will print 'Hello World' as the output
*/
public static void main(String []args) {
System.out.println("Hello World"); // prints Hello World
}
}
Let's look at how to save the file, compile and run the program. Follow the steps given below:
3. Modify the above program and print out your information to screen, including: your full name,
your class name, your student id number and your age.