Complete the classLeetMakerclass usingStringmethods. Remember that all theStringmethods are accessors. They do not change the originalString. If you want to apply multiple methods to aString, you will need to save the return value in a variable.
Complete the class by doing the following:
The code to print the original word is already included for you. Do not change that statement. You will need to use thereplace()method multiple times. Then print the finalString. Remember that replaceis an accessor method; It returns the changed version of theString. If you want to do something with the returnedString- like usereplace()on it again - you need tosave the return value in a variable.
Extracted text:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here