Controllo ortografia 2

2012-05: Text
Write a program to read in and spell-check a sentence of text from a user.
Hint: Use the Dictionary method as a spell checker to find any miss-spelt words and highlight these for the user.

Scrivi un programma che legge un testo inserito dall’utente e controlla se le parole sono scritte correttamente.
Suggerimento: utilizza l’oggetto Dictionary per individuare le parole senza definizione ed evidenziarle all’utente.

Soluzione

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *