Question: Code in Java Password modifier: Many user-created passwords are simply or have invalid characters. Write a program that that read original passwords from the file

Code in Java
Password modifier: Many user-created passwords are simply or have invalid characters. Write a program that that read original passwords from the file Password.txt, update them by doing the following changes: 1) Remove all non-alpha characters 2) Replace the first letter o with @ 3) Replace the second letter o with $ The last is to write the updated passwords to the file UpdatePassword.txt. If the file Password.txt is happy? My password! Hello, world7 You go word! We will have the file UpdatePassword.txt with the following content
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
