Skip to content

gorodilovs/FirstExam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task

Create program with following features:

  1. Make string array
  2. Create new string array with every string in string array witch less or equial than 3 chars
  3. You can input strings from keyboard or use existing string array
  4. You should use arrays and avoid to use collections

Solution

  1. Input array from keayboard
  2. Compare every element with reference using .Length
  3. Store matches in new string array and count it
  4. Resize matches array depending on quantity of matches
  5. Print all matched cases

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages