Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started