Posts by Vinícius Girotto • 62 points
2 posts
-
1
votes3
answers85
viewsA: Why is my Condition Structure assigning a value to a variable?
welcome (to). At first, to fix your code you need to change this line: Se (gab[i]=resp[c]) entao To: Se (gab[c]=resp[c]) entao //mudei o 'i' pelo 'c' Because in the first way, i was not updated, and…
-
2
votes1
answer55
viewsA: Error in data output
Hi, from what I understand, you want the words to be printed in the order you put it, so I got your code to do it. It may not be the cleanest solution, but it’s very practical: #include…
canswered Vinícius Girotto 62