摘要:
测试环境 测试模块 测试输入的数据 预期结果 最后测试结果 复利计算年利率公式 q = n * (Math.pow(F / P, 1.0 / (year * n)) - 1) ( 本金p,复利次数n,年终值F,年限year) ture 2 (10000,2,20000,3) false 复利计算本金 阅读全文
posted @ 2016-03-30 20:26
49陈焕恳
阅读(208)
评论(1)
推荐(0)
摘要:
package compounding; import static org.junit.Assert.*; import junit.framework.Assert; import org.junit.Before; import org.junit.Test; public class compounding1_2Test { compounding1_1 test; ... 阅读全文
posted @ 2016-03-30 20:25
49陈焕恳
阅读(172)
评论(0)
推荐(0)
摘要:
package compounding; import java.util.Scanner; public class compounding1_1 { public static void main(String[] args) { // TODO 自动生成的方法存根 //tip(); while (true) { ... 阅读全文
posted @ 2016-03-30 20:24
49陈焕恳
阅读(221)
评论(0)
推荐(0)

浙公网安备 33010602011771号