Question: C++ b) Write the definition of function named calculatel() that receive three integers through its parameter. This function then calculates and returns the total of


C++
b) Write the definition of function named calculatel() that receive three integers through its parameter. This function then calculates and returns the total of three integers. (3 marks) c) Write the definition of function named calculate2() that will receive two parameters, which are the total of three integers and a character through its parameter (pass by reference). This function will determine the character 'o' if the total value received is an odd number or character 'E' if it is an even number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
