Question: Write a C program that stores the following numbers in an array named rates. Numbers: 6.25, 6.50, 6.8, 7.2, 7.35, 7.65, 7.8. Display the values
Write a C program that stores the following numbers in an array named "rates." Numbers: 6.25, 6.50, 6.8, 7.2, 7.35, 7.65, 7.8. Display the values in the array by changing the address in a pointer called dispPt. Use a while statement in your program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
