Provide the function headers in pseudocode or function prototypes in C++ for each of the described functions. Include on
Posted: Sun May 15, 2022 8:25 am
Provide the function headers in pseudocode or function prototypes in C++ for each of the described functions. Include only essential parameters and do not provide a complete definition. a. The function can be used to determine the average of a Real array with n values. b. The function can be used to convert a distance in miles to kilometers (use integer values). // copy/paste and provide answers below: a. b.