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)...
-
Notifications
You must be signed in to change notification settings - Fork 0
vcador/List_String
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Implementation of a method that takes in a list of strings using C#
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published