What a value is and how we display it are two different things. We can adapt how we display various value literals through formatters that convert and display values in different ways.
To do this, we will use the printf() method that will contain the information we want to display, but includes special codes that change the way the values are shown on the screen.
Decimal Formatters
The most basic is when we work with decimals. Sometimes, we need to display more digits in a number than are needed.