Posts by Alexandre Alkmim • 31 points
1 post
-
3
votes2
answers408
viewsQ: How to identify if a number has been entered in the vector
Write a program that asks the user to enter 6 numbers of a lottery ticket in a vector and later check if there is the number 25 in this sequence of numbers passed by the user. I have a question, I…