6.11 lab: sort a vector write a program that gets a list of integers from input, and outputs the integers in ascending order (lowest to highest). the first integer indicates how many numbers are in the list. assume that the list will always contain less than 20 integers.