At times, we need to convert string values into numbers like integer values. But not every string value makes sense as a number.
What do you think happens if we try?
Wow! We actually get an optional that can have an integer value or no value.
That doesn't look right, does it?