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

求解123534653

using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

    class Program

    {

        static void Main(string[] args)

        {

            int year = 2015;//年份

            string txet;

            if (year % 4 == 0)

               text = "闰年" ;

               else 

               text="平年";//请填写代码

            Console.WriteLine("今年是{0}",text);

        }

    }



正在回答

3 回答

string txet;定义的是txet变量,后面用的是text,没有声明

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

三元运算符一行代码搞定你的if  else

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

string后面的text拼写错误

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

举报

0/150
提交
取消
C#开发轻松入门
  • 参与学习       254127    人
  • 解答问题       1459    个

本门课程是C#语言的入门教程,将带你轻松入门.NET开发

进入课程

求解123534653

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