2018年12月22日

摘要: //第一版 package com.hra.riskprice; import com.hra.riskprice.SysEnum.Factor_Type; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;... 阅读全文
posted @ 2018-12-22 22:12 听哥哥的话 阅读(316) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { double funds=1.00; int itemBought=0; // double price=.1; for(price=.1;funds>=price;price+=.10){ funds-=price; ... 阅读全文
posted @ 2018-12-22 14:10 听哥哥的话 阅读(152) 评论(0) 推荐(0) 编辑
摘要: package com.hra.riskprice; import com.hra.riskprice.SysEnum.Factor_Type; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; impor... 阅读全文
posted @ 2018-12-22 12:56 听哥哥的话 阅读(152) 评论(0) 推荐(0) 编辑

导航