Obscene Vocabulary Checker
- Read the name of the file that contains taboo words from the user input;
- Read the file;
- Read sentences from the input. If the sentence contains taboo words, replace them with *, according to their length, and print the result. Otherwise, print the sentence. Repeat this until the exit command;
- When the program receives the exit command, print Bye! and exit the program.