Write a method with one String parameter called removeA that loops through the given String parameter, removes all instances of the letter a (lowercase or uppercase), and then returns the result

Solved
Show answers

Ask an AI advisor a question