Posts by nha • 11 points
1 post
-
1
votes1
answer15
viewsQ: Help with c++ vectors
I need to create a program where give the lowest value and tell what position you are in, example input: 4 5,4,3,1 exit: lower value : 1 position: 4 so far my code is like this and I have no idea…