Question: Lab Description Compare three Strings to see which is the biggest. When comparing the strings, use gompareT ) to determine which one has the greatest



Lab Description Compare three Strings to see which is the biggest. When comparing the strings, use gompareT ) to determine which one has the greatest alphabetical value. Sample Data one""fourteen""twenty" 124323" "20009" 3434" "abcde" "ABCDE" "1234234324" Files Needed Biggeststring.java StringRunner.Java Sample Output biggest-sba one fourteen twenty biggest twenty 124323 20009 3434 biggest 3434 absde ABCDE 1234234324 biggest -abcde import static java.lang.System.* public class Biggeststring private String one, two, three; public Biggeststring() this("","", ""); public BiggestString(String a, String b, String c) //type code here public void setStrings (String a, String b, String c) //type code here public String getBiggest) return "";//type code here public String toString() return "";//type code here import static java.lang.System.* public class StringRunner public static void main(String args[1) //add test casesl Lab Description Compare three Strings to see which is the biggest. When comparing the strings, use gompareT ) to determine which one has the greatest alphabetical value. Sample Data one""fourteen""twenty" 124323" "20009" 3434" "abcde" "ABCDE" "1234234324" Files Needed Biggeststring.java StringRunner.Java Sample Output biggest-sba one fourteen twenty biggest twenty 124323 20009 3434 biggest 3434 absde ABCDE 1234234324 biggest -abcde import static java.lang.System.* public class Biggeststring private String one, two, three; public Biggeststring() this("","", ""); public BiggestString(String a, String b, String c) //type code here public void setStrings (String a, String b, String c) //type code here public String getBiggest) return "";//type code here public String toString() return "";//type code here import static java.lang.System.* public class StringRunner public static void main(String args[1) //add test casesl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
