P
premmehrotra
have a varaiable of type double. When I output using system.out.print,
I want to do following:
1. Output should not be in Exponent format, i.e., 1000000000E07
2. I want only a fixed no of decimal numbers i.e., 23.456 27.555
29.052
How can I do above two.
I want to do following:
1. Output should not be in Exponent format, i.e., 1000000000E07
2. I want only a fixed no of decimal numbers i.e., 23.456 27.555
29.052
How can I do above two.