Skip to content

Implementation of a method that takes in a list of strings using C#

Notifications You must be signed in to change notification settings

vcador/List_String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

List_String

Implement a method that takes in a list of strings. Its behavior should be the following for each string:
a) Reverse the string if its length is a multiple of 4. b) Truncate the string to 5 characters if its length is a multiple of 5. c) Convert the string to all uppercase if it contains at least 3 uppercase characters in the first 5 characters. d) If the string ends with a hyphen, remove it, and append the next string in the list to the current one.
e) Print the string out. Additionally, give a...(line truncated)...

About

Implementation of a method that takes in a list of strings using C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages