アットウィキロゴ

tax0901

class tax0901{
public static void main(String args[]){
int s1,s2;
double th1[]=new double[6];
double th2[]=new double[6];
for (s1=1;s1<6;s1++){
th1[s1]=0.2*s1;
}
for (s2=1;s2<6;s2++){
th2[s2]=0.1*s2;
}

}
}
最終更新:2010年09月11日 18:26