Question: In C++ Write a program that reads a list of integers from input into an array and outputs yes if the array is sorted in

Write a program that reads a list of integers from input into an array and outputs "yes" if the array is sorted in ascending order between two provided positions. Otherwise, output 'no'. The first loop inputs 8 values into the array. Then, the user should input the starting and ending positions to look at, assuming position 1 is the first element. Ex. If the input is: 5163743210 the output is: yes Ex. If the input is. the output is: no
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
