Great lesson, keep up the good work bro.
And I like to add some more small points to the lesson
And always you can define numbers as follows,
long lng = 1034L;
double dbl = 324.322D;
float flt = 332.45332F;
and in characters if you need to define '\' character
you have to define it as...