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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here