20.5 lab 20 - sort a vector write a program that gets a list of integers from input, stores it in a vector, sorts the vector in ascending order and outputs the integers. the first integer indicates how many numbers are in the list. assume that the list will always contain less than 20 integers. you may use a built-in/pre-defined function to sort the vector. ex: if the input is:

Answer :

Go Question: Other Questions