Java Tutorials

 Video 1: 

Write you first Java program that prints out "Something" System.out.println( "Something") ;

Public Static Void Main(String[] args) - Explain what all this means.

have fun defining some variables and printing them to the console

int number = 5;

char vowel ='a';