public class Test3 { public static void main(String args[]) { System.out.println(100%3); System.out.print(","); System.out.println(100%3.0); } }