Let s1 be "Welcome" and s2 be "welcome". Write the code for the following statements:
a. Replace all occurrences of the character e with E in s1 and assign the new string to s2.
b. Split Welcome to Java and HTML into an array tokens delimited by a space and assign the first two tokens into s1 and s2.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.