Question: Objective: Write programs using arrays. Requires: E3 module, USB cable, PC. Steps/Technical Procedure 1. A set of eight data values are to be stored in


Objective: Write programs using arrays. Requires: E3 module, USB cable, PC. Steps/Technical Procedure 1. A set of eight data values are to be stored in an array. Write a program that uses a function to sum the following values. Trial Data 90.2,95.5,89.0,71.6,77.8,67.3,54.6,4.4 Use the following function header: double sum_array(int arr[], int size) Your function must return the sum to the main(). c. How would you change your function header to inform the compiler that the function will sum floating point data instead of integer data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
