标题:[讨论]此程序错在哪里
取消只看楼主
wlz93004
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2006-2-8
 问题点数:0 回复次数:1 
[讨论]此程序错在哪里
public class p3304{
public static void main(String[] args){
final int SIZE=15;
for(int x=1;x<=SIZE;x++){
for(int y=1;y<=SIZE;y++){
int z=x*y;
if(z<10)System.out.println("");
if(z<10)System.out.println("");
System.out.println(" "+z);
}
System.out.println(" "+z);
}
}
}
//出错信息:cannot resolve symbol variable z
2006-03-24 11:33
wlz93004
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2006-2-8
得分:0 
thank you
2006-03-24 20:14



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-52453-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.342405 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved