public class Kadai{ private int index; public Kadai(){ index=0; } public String toString(){ return new Integer(index).toString(); } }
下から選んでください: