I've been working on this project for a while and cannot figure out what to do next. I'm trying to ask the user to put their values into a vector called temps using a for loop. After that, I'm trying to use a function called average_vector to find the average of the values put in. Finally, it'll print out this average. Thanks.