Hi,
So annoyingly my code is doing silly things!
For some reason System.out.println(400/100
);
is outputing 0!!!!!
System.out.println(100/50)
; is fine, but as soon as the second part is higher than the first i get 0!!!!
This even happens if I do the some into a float first and then print the float!
I'm sure this hasn't always been happening!
James
Start Free Trial