How can I check the spelling of the word in C#? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

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

elp meh D:

10th Sep 2018, 4:09 PM
RedWhaleVet
4 ответов
+ 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