...

/

Exercise 1: Function To Check Sum

Exercise 1: Function To Check Sum

Write a function that computes and returns the sum of integers using the pass by value method.

Problem statement

Write a function checkSum that takes two integers num1 and num2, calculates their sum and generates the results after ...