Modify the method you wrote for Checkpoint 10.7 so it performs a case-insensitive test. The method should return true if the argument ends with “ger” in any possible combination of uppercase and lowercase letters.
Checkpoint 10.7
Write a method that accepts a reference to a String object as an argument and returns true if the argument ends with the substring “ger”. Otherwise, the method should return false.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.