magoose2263 magoose2263 23-12-2022 Computers and Technology Answered 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.