慕UI9485176
2020-06-22 08:48
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);
}
}
}
已经试出来了问题出在双==
C#开发轻松入门
254118 学习 · 1459 问题
相似问题