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

帮忙看下这样写为什么会报错!!!

using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

    class Program

    {

        static void Main(string[] args)

        {

            int x=1;

            int a1;

            bool a = ++x * x > 3;

            a1==x;

            Console.WriteLine(x);

            Console.WriteLine(a1);

            bool b =true ;//请赋值

            Console.WriteLine(a==b);

        }

    }

}


正在回答

1 回答

已经试出来了问题出在双==

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

举报

0/150
提交
取消

帮忙看下这样写为什么会报错!!!

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