Skip to content

dshadrina002/final_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Description

This is a C# program that shortens an input array of strings to an output array of strings with a length less than or equal to 3 characters. The program does not use collections, only arrays.

How does it work

The program takes an input array of strings and returns an output array of strings which length is less or equal to 3 symbols. To use the program, call the ShortenStringArray method with the input array as a parameter: string[] inputArray = { "hello", "2", "world", ":-)" }; ShortenStringArray(inputArray); This will output the shortened string array: 2, :-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages