下列程序段的输出结果是【 】。 public class Test { void printValue(int m) { do { System.out.println('The value is'+m); }while (--m>10); } public static void main (String args[]) { int i=10; Test t= new Test(); t.printValue(i); } }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【单选题】A: How are things going with you? B:__________________