Question: In C++ please numTime is read from input as the size of the vector. Then, numTime elements are read from input into the vector walkingListings,
numTime is read from input as the size of the vector. Then, numTime elements are read from input into the vector walkingListings, Use a loop to access each element in the vector and if the element is less than averagetime, output the element followed by a space: Ex. If the input is 518418813419756 , then the output is: Average: 151 Numbers less than average: 13456
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
