| 
 | 
back to boardWA5 solution Posted by  esbybb 3 Aug 2016 00:49 double dif = Math.abs(oform - neoform); if (oform > neoform && dif > 0.000001) {             System.out.println("Cash");         } else {             System.out.println("Insurance");         } Re: WA5 solution It really helps me to get AC. Thank you   Edited by author 23.10.2016 14:05   Edited by author 23.10.2016 14:05 Re: WA5 solution Posted by  esbybb 1 Nov 2016 04:42 no problem Re: WA5 solution Posted by  Михаил 27 Apr 2020 13:25 Thanks, good advice  |  
  | 
|