Write the C++ code for a function that receives an integer, a double number, and the address

Question:

Write the C++ code for a function that receives an integer, a double number, and the address of a double variable from the calling statement. The function should multiply the integer by the double number and then store the result in the double variable. Name the function getProduct. Name the formal parameters intNum, dblNum, and answer.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: