Posts by Lonwer • 3 points
1 post
-
0
votes1
answer75
viewsQ: How to store numbers in a vector to display it later in C?
I have to make a code in which the user type 20 values, I must count the values greater than 10 and then display them later. I am able to count how many values are greater than 10, but the display…