+ 5
Im getting both as 101.0, so there isn't any error. public class Program { public static void main(String[] args) { System.out.println(Math.rint(100.800)); System.out.println(Math.rint(100.900)); } }
9th Oct 2017, 2:47 PM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar