hey I am currently having a simple problem with deviding...
If I put in this as a simple code in the act method
It just says 0.0 in the console. But it should say something like 0.357...
Thanks for the help
Tritos
double j = 500/1400; System.out.println(j);


