第二周 - Elementary Programming
2.9 Are the following statements correct? If so,show the output.public class Demo { public static void main(String[] args) { System.out.println("25/4 is " + 25 / 4); System.out.println("25/4.0