logo CodeStepByStep logo

RemoveAll

Language/Type: C# string return
Related Links:

Write a method named RemoveAll that accepts a string and a character as parameters, and removes all occurrences of the character. For example, the call of RemoveAll("Summer is here!", 'e') should return "Summr is hr!". Do not use the string Replace method in your solution.

Method: Write a C# method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.