Lecture Notes on 02 Sep 2011 Steps in Learning a Computer Language * Write the Hello World program * Characterset -ASCII & Unicode * Variables * Types - short, int long, float, double, char, boolean, byte * Operators - Arithmetic - Comparison - Boolean * Statements * Conditionals * Loops * Methods * Arrays * Input / Output * Class