Question: Write a program to input the following values in an array named volts: 11.95. 1.32, 12.15, 8.22, 15.98, 26.22, 13.54, 6.45 and 17.59. Once the
Write a program to input the following values in an array named volts: 11.95. 1.32, 12.15, 8.22, 15.98, 26.22, 13.54, 6.45 and 17.59. Once the data has been entered, display the values of the array.
a. after the data has been entered, have your program display it table table format:
example:
11.95 16.32 15.98
12.15 8.22 13.54
6.45 26 22
b. create an algorithm that searches for the largest number and displays it
c. create an algorithm that searches for the minimum and displays it
d. allow the user to search for a number and output, "found!" or "not found" if not found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
