Java编程,如何输出1 2 3 4 5 6 7 8 9 10 2 3 4 5 6 7 8 9 10
2个回答
展开全部
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)
{}
}
}
展开全部
for(int i=1;i<掘肢11;i++){
System.out.print(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("");
}
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |