请阅读下面的程序 public class Test { public static void main(String[] args) { int m = 37; int n = 13; while (m != n) { while (m > n) { m -= n; } while (m < n) { n -= m; } } System.out.println("m=" + m); } } 下列选项中,哪一个是正确的运行结果 A. m=37 B. m=13 C. m=1 D. m=2
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【单选题】He then moved to London, _____ he became famous.
【单选题】The expected annual net cash inflow from a project is $22,000 over the next 5 years. The required investment now in the project is $79,310. What is the internal rate of return on the project?