0

How do I do the following?

insert a single character in between characters, delete a single character from a word and replace a character in a word with another character? int Spellchecks(string W); bool Swap(string W); bool Insert(string W); void SpellCheck(); void Delete(); void Replace(); For instance bool Swap ::spellchecker(string W) { DON'T KNOW WHAT TO PUT IN HERE } The same goes for the other ones.

8th Apr 2018, 6:38 AM
Anfernee Skinner
Anfernee Skinner - avatar
1 Answer