美文网首页
2018-11-08作业2

2018-11-08作业2

作者: 零二幺五 | 来源:发表于2018-12-27 08:31 被阅读0次

    Console.WriteLine("年龄"); int a = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("薪水"); double b = Convert.ToInt32(Console.ReadLine()); int i = 0; double c = 0; while (i<=65-a) { c+= b; b *= 1.05; i++; } Console.WriteLine(c); Console.ReadKey();

    相关文章

      网友评论

          本文标题:2018-11-08作业2

          本文链接:https://www.haomeiwen.com/subject/idbllqtx.html