while括号里边是boolean,while里边要有终止条件,不然是死循环。for里边是可以嵌套while循环的。写出这代码,看你是初学者吧,info里边用了返回String类型,而你有没返回值,如果不要返回值使用void。class Date { public void info(String a) { String b = a.toUpperCase();for (int c = 0; c <=...