package 上机练习;

public class A02class {
	int Integral;
	String Card;
	public void A02(){
		System.out.println("积分:"+Integral+",卡类型:"+Card);
	}
}