Question: Please help with my c++ Write a program has a declaration in main () to store the following numbers into an array named rates: 6.5,

 Please help with my c++ Write a program has a declaration
Please help with my c++

Write a program has a declaration in main () to store the following numbers into an array named rates: 6.5, 7.2, 7.5, 8.7, 8.6, 9.4, 9.6, 9.8, 10.6. There should be a function call to show () that accepts rates in a parameter argument named rates and then displays the numbers using the pointer notation * (rates + i); Modify the show () function written above to alter the address in rates. Always use the expression *rates rather than *(rates + i) to retrieve the correct element

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!