摘要: 1 package com; 2 3 public class T2 { 4 5 public static void main(String[] args) { 6 7 System.out.println(calculateProfit(0.233)); 8 ... 阅读全文
posted @ 2015-10-09 17:28 赵彦军 阅读(975) 评论(0) 推荐(0) 编辑
摘要: package com;public class T2 { public static void main(String[] args) { System.out.println(calculateProfit(0)); System.out.println(cal... 阅读全文
posted @ 2015-10-09 16:49 赵彦军 阅读(9212) 评论(0) 推荐(1) 编辑