Question: Write a C program that has a declaration in main () to store the following number into an array named rates: 6.5, 8.2, 8.5, 8.3,
Write a C program that has a declaration in main () to store the following number into an array named rates: 6.5, 8.2, 8.5, 8.3, 8.6, 9.4, 9.6, 9.8, 10.0. There should be a function call to show () that accepts the rates array as a parameter named rates and then displays the number in the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
