Posts by Tsr N • 15 points
3 posts
-
1
votes2
answers834
viewsQ: Find the highest vector value
A program that asks to find the largest number of an array, typing the amount of elements and until which element it will verify. However, in this program that I did it is not considering the first…
-
0
votes2
answers59
viewsQ: Doubt Exercise - Academic
My question is in the letter B, I am asked to count between the first 20 terms, how do I do this limitation of 20 terms of the account? I even put the formula in is (i = 5, j = 3; i += 2, j += 2)…
-
0
votes1
answer44
viewsQ: Beginner Doubt - Loop Error
Guys, I’m doing an exercise, but something is giving conflict in this little bit of repetition, da para colocar as primeiras informações do primeiro Loop, but when it goes to the second, it skips…