0
/ 10
Description
Complete the method below for evaluating the substring of any string. If the given string is empty, return "Empty". If the...
Complete the method below for evaluating the substring of any string. If the given string is empty, return "Empty". If the parameters are invalid, return "Invalid Parameters". Otherwise, return the substring.
You may consult the Java documentation on String for methods to use.
Your feedback will appear here when you check your answer.