计算机二级 JAVA 考试题
public class Test3 { public static void main(String args[]) { System.out.println(100%3); System.out.print(","); System.out.println(100%3.0); } }
if ( x > 0 ){ System.out.println("Hello."); } else if( x > -3) { System.out.println("Nice to meet you!"); } else { System.out.println("How are you?");}
剩余时间 00:00:00
已答题 0/16 道