This:


double test = 100/3;
System.out.print(test);
gives as output 33.0. Isn't it supposed to output 33.3333...?
Am I missing something?