yeah, it's a bit odd in java. XD
set up is something like str = String.format ("string text stuff" + "more string text stuff = %.2%f", variable) for a two decimal place number as opposed to c++ where's it's just something like cout << setpercision(2)
Last edited by ShinMegami; 09-17-2012 at 12:57 PM.
|