欢迎光临散文网 会员登陆 & 注册

515818

2023-06-05 09:36 作者:凉曦倾颜  | 我要投稿

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;


namespace ConsoleApplication11

{

    class Program

    {

        static void Main(string[] args)

        {

            int year = 2022;

            double money = 10;

            double grow_rate = 0.046;

            while(  money<15 )     

            {

                money=

                    year++;

            }

            Console.Write("小明存款到15万的年份是:{0}年。",year);

            Console.ReadKey();

        }

    }

}


515818的评论 (共 条)

分享到微博请遵守国家法律