# Problem Description Some calculations of two whole numbers may result in a decimal, such as division. # Desired Behavior When dividing two numbers, produce a result as a decimal number, such as `5/2` should produce `2.5` rather than `2`
Problem Description
Some calculations of two whole numbers may result in a decimal, such as division.
Desired Behavior
When dividing two numbers, produce a result as a decimal number, such as
5/2should produce2.5rather than2