+ 1
How can I check the spelling of the word in C#?
elp meh D:
4 odpowiedzi
+ 5
just build a database consisting of dictionary words and compare every user entered word into that.
database query will return boolean answer and that is your problem solved.!!
+ 3
By using if statement, if the correct spelling and the user's attempt matches or not.
+ 1
Its the dictation game, but I dont know how can i code to check it.