摘要:
package h_m_5_7; //第一题 public class Student { private String name; private int score; public Student() { // TODO Auto-generated constructor stub } pub 阅读全文
摘要:
package h_m5_1; import java.awt.Point; /* * 练习一 */ public class Ponit01 { private int x ; private int y ; public Ponit01() { } public Ponit01(int x, i 阅读全文
摘要:
package hm_4_19; public class Rectangle { public int length ; public int width; public Rectangle(int length, int width) { super(); this.length = lengt 阅读全文
摘要:
public class Practice4_2_01 { public static void main(String[] args) { int i ; int ge; int shi; int bai ; for ( i = 100; i < 1000; i++) { ge = i%10; s 阅读全文