Posts by Bruno_SMR • 29 points
1 post
-
1
votes2
answers177
viewsQ: Why is the code not running the for loop, even though the compiler is not showing an error?
I was doing an exercise on vectors, where the goal was to build a program that received a number n for input that would define the size of the vector, and then receive, also by input, others n…