Question: Use the Stringbuilder class to write a password hazifier. You should have a method that takes a String as its argument, converts it to a
Use the Stringbuilder class to write a password hazifier. You should have a method that takes a String as its argument, converts it to a Stringbuilder object, performs substitutions as below, and returns a String containing the modified password. Include the following inputs as test cases: aArDvark, eLEpHant, wiLdebEest.
The substitution table is:
Letter Uppercase Lowercase
A /\ ^
B I3 6
C ( <
D l> >
E 3 [-
F |= ph
G 6 (.
H /-/ [-]
I 1 !
J ] ;
K |< 1c
L 1 |
M |v| ^^
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
