Perform the following if you have not already done so: Sho…

 Perform the following if you have not already done so: Show your workspace (desk top) and the front wall that you are facing. Hold up both sides of all your scratch paper on camera before you start. It’s a required procedure to maintain academic integrity.  A penalty may be applied if you fail to do so. Please complete this quiz on your own with no outside help. Do NOT use any unauthorized aids including lecture notes, formula sheet, calculators, dual devices and online resources.  Do NOT work with other people. Hold up both sides of each sheet of your scrap paper to the webcam before you start.   Do NOT disconnect webcam or Honorlock before you submit your assignment.   I understand that by typing my name in the box below, I am electronically signing this document and signifing the following statement:      On my honor, I have neither given nor received unauthorized aid doing this exam.

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