Computer Science, asked by srameshnpc5968, 9 months ago

string S1 = "Hi"; string S2 = "Hi"; string S3 = "there"; string S4 = "HI"; find 1. System. out. println(S1+"equals"+S2+>"+S1. equals(S2)); 2. System. out. println(S1+"equals"+S3+>"+S1. equals(S3)); 3. System. out. println(S1+"equals"+S4+>"+S1. equals(S3)); s4. System. out. println(S1+"equals"+S4+>"+S1.equalsIgnoreCase(S4)); .

Answers

Answered by rammithran848
0

Answer:

I don't understand ur question

Explanation:

tell me clearly

Similar questions