Final test work based on the results of the first quarter of GB training.
Task:
- Создать репозиторий на GitHub.
- Нарисовать блок-схему алгоритма.
- Снабдить репозиторий оформленным текстовым описанием решения.
- Написать программу, решающую поставленную задачу.
- Использовать контроль версий в работе над этим проектом.
The program filters the specified array of rows by the specified length of rows. The new array is formed by two cycles implemented in the GetRowsAmount () and GetSizedStrings () methods. The result of the first method is used by the second method to create a new array. String arrays are output to the console using the PrintText () method.