Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 584 Bytes

File metadata and controls

9 lines (9 loc) · 584 Bytes

HomeworkString

Homework string This project is a console application for a work with text. The following methods are implemented in this project:

  1. LongWord - Allows to find the longest word and determine how many times it appears in the text.
  2. NumbForWord - Replaces numbers from 0 to 9 by words.
  3. CommInSent - Output of sentences not containing a comma.
  4. QuesExclamation - Display of interrogative and exclamation sentences on the screen.
  5. ReplLett - Words that start and end with the same letter.
  6. NumOfDigInWord - Word containing the maximum number of numbers.