Create program with following features:
- Make string array
- Create new string array with every string in string array witch less or equial than 3 chars
- You can input strings from keyboard or use existing string array
- You should use arrays and avoid to use collections
- Input array from keayboard
- Compare every element with reference using .Length
- Store matches in new string array and count it
- Resize matches array depending on quantity of matches
- Print all matched cases