Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 431 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 431 Bytes

JetBrainsProject

Obscene Vocabulary Checker

  1. Read the name of the file that contains taboo words from the user input;
  2. Read the file;
  3. 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;
  4. When the program receives the exit command, print Bye! and exit the program.