Question: 1) Write a method that will return the length of smallest string in an array of strings. smallestLength ({hola, word, night, boom}) 4 smallestLength ({java,
1) Write a method that will return the length of smallest string in an array of strings. smallestLength ({hola, word, night, boom}) 4 smallestLength ({java, is, so, much, fun}) 2 smallestLength ({i, love, java}) 1 //precondition: strs.length>0 public static int smallestLength(String[] strs) {
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
