When we define the function, we fill in the body of the code and define the actual code that will execute when we call the method.

Here we defined the method numToStr. It will take in an int number and then check if it is equal to1.

If it is equal to 1, the function will return "one" as a string.