I have to create vector that holds ten values. The program must…
Question Answered step-by-step I have to create vector that holds ten values. The program must… I have to create vector that holds ten values. The program must then iterate (repeat) for each position in the vector. This is done with a for-loop. For each “round” in the loop, i must let the user enter a number. This number will then be placed in the next vacant position in the vector. How to do that? Computer Science Engineering & Technology Python Programming IT 123 Share QuestionEmailCopy link Comments (0)


