NevemTeve
2002.10.30
0
0
365
for (int i=0; i<szo.length(); ++i) {
if (szo.charAt(i) >='0' &&
szo.charAt(i) <= '9') szamok++;
}
Előzmény:
irnik (363)