C++ The function prototype of a function that recieves two integer values and computes their sum and difference is given as follows: void computeSum (int num1, int num2, int & sum, int & diff); write...


C++


The function prototype of a function that recieves two integer values and computes their sum and difference is given as follows:


void computeSum (int num1, int num2, int & sum, int & diff);


write the statments to call this function to compute and print the sum and the differnce of 167 and 84.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here