Question
C++ Write a program to fill a vector with 5000 random numbers. Then display: The smallest number The largest number The number of odd values
C++
Write a program to fill a vector with 5000 random numbers. Then display:
The smallest number
The largest number
The number of odd values
The number of even values
The total of the values
The average of the values
Ask the user for an integer and display the subscript of the cell where it was found or NOT FOUND! if it isnt found.
There is a under Materials in this weeks module. Download and unzip the shellSort and swapper function. Since you will be using a binary search, the vector will have to be in order.
Each of the preceding values should be determined by a function and returned to main where they should be displayed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started