Question: Assuming str1 and str2 are two variables of type String, write a code segment that would print one if str1 and str2 store the identical
Assuming str1 and str2 are two variables of type String, write a code segment that would print one if str1 and str2 store the identical strings, two ifthey are not identical, but start with the same letter, and three in case they end with the same letter.
(JAVA)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
