Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given string userString 1 on one line and string userString 2 on a second line, assign lengthDiff with the length of the shorter string subtracted
Given string userString on one line and string userString on a second line, assign lengthDiff with the length of the shorter string subtracted from the length of the longer string.
Ex: If the input is:
garlic
man
then the output is:
import java.util.Scanner;
public class CompareStrings
public static void mainString args
Scanner scnr new ScannerSystemin;
String userString;
String userString;
int lengthDiff;
userString scnrnextLine;
userString scnrnextLine;
Your code goes here
System.out.printlnlengthDiff;
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