已有57人关注
console.writeline();
发表在C#图书答疑 2013-02-13
是否精华
版块置顶:
namespace P_46
{
    class Program
    {
        static void Main(string[] args)
        {
            decimal amount;
            decimal principal;
            double rate = 0.05;
            int n;
            string output = "年" + "\t" + "复利存款" + "\n";
            int year = 1;
            Console.WriteLine("请输入用户开始存入的金额数:");
            principal = decimal.Parse(Console.ReadLine());
            Console.WriteLine("请输入用户存款年数:");
            n = int.Parse(Console.ReadLine());
            while (year<=n)
            {
                amount=principal*(decimal)Math.Pow((1+rate),year);
                output+=year.ToString()+"\t"+string.Format("{0:c}",amount)+"\n";
                year++;
            }
            Console.WriteLine(output);[font face=楷体_GB2312][font size=4]/[font color=#FF0000][strong]/为什么会循环输出各个每次变换的output?它没在while里边啊[/strong][/font][/font][/font]
            Console.Read();
        }
    }
}
分享到:
精彩评论 1
小科_mrkj
学分:43 LV2
2013-02-20
沙发
读者朋友:
    您好,这个output记录了每次变换的数据,output[font color=#FF0000]+=[/font]year.ToString()+"\t"+string.Format("{0:c}",amount)+"\n";
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照