Fill in the blanks so that it displays the message “5 times…

Fill in the blanks so that it displays the message “5 times 2 is 10” for this specific case.   In the general sense, it will display _the first number that is passed in_ “times” _the second number_ “is” _the product of the two numbers_. (assume the code is in a complete and functional C++ program). Fill in the blanks only.  Do not retype the code.   void printProduct(int num1, int [num2]) {   cout