Question: Given string userlnput 1 on one line and string userlnput 2 on a second line, assign shorterString with the shorter string. If the strings are
Given string userlnput on one line and string userlnput on a second line, assign shorterString with the shorter string. If the strings are the same length, assign shorterString with "Same length".
Ex: If the input is:
cat
stories
then the output is:
cat
import java.util.scanner;
public class stringsize
public static void mainString args
Scanner scnr new Scanner
System.in;
String userInput;
String userInput;
string shorterstring;
user Input scnr nextLine;
userInput scnr nextLine;
Your code goes here
System.out.printlnshorterstring;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
