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