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

我这错哪里了?

using System;
using System.Collections.Generic;
using System.Text;

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            for(int y=1;y<=7;y++)
            {
                for(int x=1;x<=7;x++)
                {
                    if(x=y||x+y=8)
                    {
                        Console.Write("0");
                    }
                    else
                    {
                        Console.Write(".");
                    }
                }
                Console.WriteLine();
            }
            //请完善代码
           
        }
    }
}


正在回答

1 回答

if判断那里应该是if(x==y||x+y==8),=是赋值而==是判断

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

慕虎0550642 提问者

还是不对
2016-11-07 回复 有任何疑惑可以回复我~
#2

慕虎0550642 提问者

我用vs试过了 正确
2016-11-08 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我这错哪里了?

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