please tell me correct answer i will mark them as brainlist
Attachments:
Answers
Answered by
1
Explanation:
public class SmallestLargestWord.
public static void main(String[] args){
String string = "Hardships often prepare ordinary people for an extraordinary destiny";
String word = "", small = "", large="";
String[] words = new String[100];
int length = 0;
Similar questions