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

出来的图形和题目上的一样,为什么不对呢?求大神讲解下

using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

    class Program

    {

        static void Main(string[] args)

        {

           for (int i = 1; i <= 7; i++) //请完善代码

            {

                Console.WriteLine();

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

                {

                    Console.Write(i == j ||i+j==8 ? "0" : ".");

                }

            }

            Console.ReadLine();

        }

    }

}


正在回答

1 回答

笨蛋,这是O

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

举报

0/150
提交
取消

出来的图形和题目上的一样,为什么不对呢?求大神讲解下

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