3
Answers

Remove element from a string

How can I create a method called delete(String str,int m) that returns the input string with the mth element removed?

Answers (3)