I\'ve seen some of this symbols, but I cannot find anything strange with it,
double d = 5D; float f = 3.0F;
What does the D and F behind 5
It defines the datatype for the constants 5 and 3.0.