为了账号安全,请及时绑定邮箱和手机立即绑定

我的怎么不会换行的?

for(int x=1;x<=7;x++)

           {

               for(int y=1;y<=7;y++)

               {

                   if(x+y==2||x+y==4||x+y==6||x+y==8||x+y==10||x+y==12||x+y==14)

                   {Console.Write("O");}

                   else

                    { Console.Write(".");}

                    

               }

               Console.WriteLine();

           }//请完善代码


正在回答

1 回答

换行的是Console.WriteLine()

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我的怎么不会换行的?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信