摘要:
今天早八英语课,睡过头了。7:52突然惊醒,发现快要迟到了,迅速洗了个脸冲向基教六楼,赶在八点打铃结束时准时到达教室, 晚上将JAVA动手动脑作业写完了 阅读全文
摘要:
一、 public class SquareInt { public static void main(String[] args) { int result; for (int x = 1; x <= 10; x++) { result = square(x); // Math����Ҳ�ṩ��� 阅读全文