How do you use an array to find multiple mistakes in a sentence?
For example this is the incorrect sentence:
[Tha] cow [jummped] over the [moonn].
**This is the correct **sentence:
[The] cow [jumped] over the [moon].
I’m trying to avoid using tons of multiple if statements.
ideas?
-T