%s is a string in printf, and %d is a decimal I thought...yet when putting in
writer.printf("%d dollars is the balance of %s\r\n", bal, nm);
..an exception is thrown telling me that %d != lang.double. Ideas?
|
|
|
||||
|
|
|
Yes, Further, as a complement to the former post, you can also control the number of decimal points to show. Try this,
For more please refer to the API docs. |
|||
|
|