Write a function named print_product that accepts three numbers as parameters and prints the product. First, write the print_product function. Then, prompt the user for three inputs, and call your print_product function on those inputs.
Sample Run
Enter the 1st number: 11
Enter the 2nd number: 9
Enter the 3rd number: 8
The product: 792