Introduction
Wrapper methods help you convert between simple values and objects easily. They make working with numbers and text smoother.
When you want to convert a number from text to a number type.
When you need to convert a number to a string to show it on screen.
When you want to compare two numbers as objects.
When you want to check if a string can be turned into a number.
When you want to get the value inside a wrapper object.
