1.

q1. state the values stored in str1 and str2 string s1="good"; string s2="wcld matters"; string str1=s2.substring(5).replace('t','n'); string str2=s1.concat(str1);

Answer»

don't UNDERSTAND



Discussion

No Comment Found