Question: c++ 1. Largest/Smallest Array Values Write a program that lets the user enter ten values into an array. The program should then display the largest

c++  c++ 1. Largest/Smallest Array Values Write a program that lets the

1. Largest/Smallest Array Values Write a program that lets the user enter ten values into an array. The program should then display the largest and smallest values stored in the array. 2. Rainfall Statistics Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. The program should calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and lowest amounts. Input Validation: Do not accept negative numbers for monthly rainfall figures 3. Find n In a program, write a function that accepts three arguments: an array, the size of the array, and a number n. Assume the array contains integers. The function should display the location of number n in the array OR state that the number is not in the array

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!