Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BA 36 #86

Open
dnherrera opened this issue Nov 29, 2021 · 0 comments
Open

BA 36 #86

dnherrera opened this issue Nov 29, 2021 · 0 comments

Comments

@dnherrera
Copy link
Owner

Write a C# Sharp program to create a new string from a give string where a specified character have been removed except starting and ending position of the given string. Go to the editor

Sample Input:
"xxHxix", "x"
"abxdddca", "a"
"xabjbhtrb", "b"
Expected Output:
xHix
abxdddca
xajhtrb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant