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

这个代码哪里出问题了,执行不了

using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

    class Program

    {

        static void Main(string[] args)

        {

            string today;//今天的午饭

            string tomorrow;//明天的午饭

            string temp;//声明一个空变量

            today = "鱼香肉丝";

            tomorrow = "小鸡炖蘑菇";

            temp = today;//替换到空变量

            today = tomorr;//tomorrow的值替换到today

            tomorrow = temp;//完成替换

            //打印

            Console.WriteLine("我今天吃{0},明天吃{1}。",today,tomorrow);

        }

    }

}


正在回答

3 回答

是tomorrow不是tomorr

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

tomorr

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

today = tomorr;//tomorrow的值替换到today

这一行中的tomorrow漏了”ow“。

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

举报

0/150
提交
取消

这个代码哪里出问题了,执行不了

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