Java编程,如何输出1 2 3 4 5 6 7 8 9 10 2 3 4 5 6 7 8 9 10

 我来答
yugi111
2014-04-05 · TA获得超过8.1万个赞
知道大有可为答主
回答量:5.1万
采纳率:70%
帮助的人:1.3亿
展开全部
package zhidao;

public 腔哗码class Test6 implements Runnable
{
int start = 0;
int times = 0;
Thread thread;

public Test6 伍哪()
{
if (null == thread)
{
start ();
}
else
{
stop ();
}
}

public static void main ( String[] args )
{
new Test6 ();
}

public void start ()
{
if (null == thread)
{
thread = new Thread (this);
thread.setPriority (Thread.MIN_PRIORITY);
thread.setName (this.getClass ().getName ());
thread.start ();
}
}

public synchronized void stop ()
{
if (null != thread)
{
thread.interrupt ();
}
thread = null;
notifyAll ();
}

@Override
public void run ()
{
try
{
while (true)
{
if (times == 9)
{
stop ();
break;
}
start++;
if (start == 11)
{
times++;
start = times + 1;
}
System.out.print (start);
Thread.sleep (500);
}
}
catch 芦春(InterruptedException e)
{}
}
}
人人都聊互联网
2014-04-05 · TA获得超过326个赞
知道小有建树答主
回答量:250
采纳率:100%
帮助的人:146万
展开全部
for(int i=1;i<掘肢11;i++){
System.out.print(i+" "判嫌世);
}
不者老就实现了!!
追问
不是,那个百度没把我的输入给显示出来。比如,一个10*10的数组,我要第一行输出1到10,第一列也输出一到10,其他不管
追答
int a[][]=new int[10][];
boolean b=true;
for(int i=0;i<10;i++){
if(b){
b=false;
for(int k=0;k<10;k++){
a[i]=new int[10];
System.out.print(a[i][k]=k+1);
}
}else{
for(int k=0;k<10;k++){
a[i]=new int[10];
System.out.print(a[i-0][k]=i+1);
}
}
System.out.println("");
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式