This video walks through how to use the DecimalFormat class to nearly format floating point values.
0:07 - Printing double values with no formatting
1:07 - Instantiating DecimalFormat objects (we create 3 different ones)
1:51 - Formatting the values with the DecimalFmt fmt method