Write the code for a Sub procedure that receives four Integer variables: the first two by value and the last two by reference. The procedure should calculate both the sum of and the difference between the two variables passed by value, and then store the results in the variables passed by reference. When calculating the difference, subtract the contents of the second variable from the contents of the first variable. Name the procedure GetSumAndDiff. Then write an appropriate statement to invoke the procedure, passing it the first, second, sum, and difference variables. (1-3)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.