Pass the input variable to the multiply message and print the message to show your result. Your message should have the following structure:
The input is input. The result of the multiplication is multiply(input).
Example:
If an input is 10, then the message is The input is 10. The result of the multiplication is 1000.