Posts by Eduardo Dutra • 17 points
2 posts
-
0
votes0
answers25
viewsQ: Array return in C#
When I assign a function that returns an array to another array, I do not have the corresponding values of each index as assigned within the function. I need to return three percentages that are…
-
-3
votes2
answers64
viewsQ: Bug when adding elements to the list and transforming it into a string
I’m trying to headache in the course of a mini-project to develop a hangman game, in the function that would return the string containing the hidden word, showing only the guessed letters. I’ve…