Question: Given the String variables name 1 and name 2 , write a fragment of code that assigns the larger of the two to the variable

Given the String variables name1 and name2, write a
fragment of code that assigns the larger of the two to the
variable first (assume that all three are already declared
and that name1 and name 2 have been assigned values).
(NOTE: "larger" here means alphabetically larger, not
"longer". Thus, "mouse" is larger than "elephant" because
"mouse" comes later in the dictionary than "elephant"!)
Additional Notes: name2 and name1 should not be modified
Given the String variables name 1 and name 2 ,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!