6) String S1 = "Computer World",
String S2 = "COMPUTER WORLD";
String S3 = "Computer world";
String S4 = "computer world",
System.out.println(S1 + " equals "+ S2 + "" + S1.equals(S2));
System.out.println(S1 + "equals "+ S3 +"" + S1.equals(S3));
System.out.println(S1 + "equals "+ S4 + " " + $1.equals(S4));
System.out.println(S1 + "equalsignoreCase "+ S4 + "" + S1.equalsIgnoreCase(S4));
Answers
Answered by
4
Answer:
thanks bro hello make my number
Similar questions