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

为什么报错

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

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            double money = 60000.00;//存款金额
            //请在这里补充多重条件判断
            if(money>=100000)
            {
                Console.write("送一台微波炉");
            }
            else if(money<100000&&money>=50000)
            {
                Console.write("送一套茶具");
            }
            else if(money<50000&&money>=10000)
            {
                Console.write("送一袋大米");
            }
            else
            {
                Console.write("没有礼品");
            }
        }
    }
}


正在回答

2 回答

write的W没有大写

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

???

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

举报

0/150
提交
取消

为什么报错

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