摘要:
package Test; public class test6 { public static void main(String[] args) { // TODO Auto-generated method stub Mypoint mypoint1 = new Mypoint(1,1); Mypoint mypoint2 = new Mypoint(2,2); double distance 阅读全文
摘要:
题目:编写一个类Computer,类中求阶乘 阅读全文