|
|
back to boardShow all messages Hide all messagesdouble dif = Math.abs(oform - neoform); if (oform > neoform && dif > 0.000001) { System.out.println("Cash"); } else { System.out.println("Insurance"); } 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 |
|
|