The say method and type Number
Display Figure 3.
The say method requires a single parameter, and it must be type String.
The parameter of type String that is passed to the say method is displayed in the bubble in Figure 3.
The say method will not accept an incoming parameter of type Number.
We must find a way to convert the coach's width value from type Number to type String.