How can I check the spelling of the word in C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I check the spelling of the word in C#?

elp meh D:

10th Sep 2018, 4:09 PM
RedWhaleVet
4 Answers
+ 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.!!
10th Sep 2018, 6:00 PM
#DARK_PROGRAMMER_✔
#DARK_PROGRAMMER_✔ - avatar
10th Sep 2018, 7:31 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 3
By using if statement, if the correct spelling and the user's attempt matches or not.
10th Sep 2018, 5:17 PM
Email Not Activated
+ 1
Its the dictation game, but I dont know how can i code to check it.
10th Sep 2018, 4:10 PM
RedWhaleVet