Question: 1. Write a declaration for a String variable called change and initialize it to the characters stored in another String object called original with all e characters changed to j.
2. Write an assignment statement that computes the square root of var1, subtracts it from var2 and assigns the result to var3.
3. Write a single statement that computes and prints the fifth power of sum.