j**a的帮一下!计算$14000的投资在三年后值多少?假设第一年增值40%,第二年损失$1500,第三后又增值12%。

蛙语鲜 2024-05-16 03:55:25
最佳回答
class invest { public static void main(string[] arguments) { float total = 14000; system.out.println("original investment: $" + total); // inceases by 40 percent the first year total = total + (total * .4f); system.out.println("after one year: $" + total); // loses $1,500 the second year total = total - 1500f; system.out.println("after two years: $" + total); // increases by 12 percent the third year total = total + (total * .12f); system.out.println("after three years: $" + total); }} 20210311
汇率兑换计算器

类似问答
汇率兑换计算器

热门推荐
热门问答
最新问答
推荐问答
新手帮助
常见问题
房贷计算器-九子财经 | 备案号: 桂ICP备19010581号-1 商务联系 企鹅:2790-680461

特别声明:本网为公益网站,人人都可发布,所有内容为会员自行上传发布",本站不承担任何法律责任,如内容有该作者著作权或违规内容,请联系我们清空删除。