Posts by Fábio C. Melo • 21 points
1 post
-
2
votes3
answers163
viewsA: Operator "!=" does not work in my code?
I believe you want to check if the value typed in the textbox is inside the array, correct? Try something like that: string[] ranksAceitaveis = new string[] { "E", "E+", "D", "D+", "C", "C+", "B",…