H
hunter_zyzkzym
Unregistered / Unconfirmed
GUEST, unregistred user!
class test1 {
public static void main(String args[])
throws java.io.IOException {
char a;
int i;
i=0;
do
{
a=(char) System.in.read();
if(a==' ') i+=1;
} while(a!='.');
System.out.println("blank number are:"+i);
}
}
本人刚学j2se不久,这个类写了老出错,又不知道原因,望各位大厦指教!
public static void main(String args[])
throws java.io.IOException {
char a;
int i;
i=0;
do
{
a=(char) System.in.read();
if(a==' ') i+=1;
} while(a!='.');
System.out.println("blank number are:"+i);
}
}
本人刚学j2se不久,这个类写了老出错,又不知道原因,望各位大厦指教!