6.19 LAB: Password modifier Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending "!" to the end of the input string. i becomes 1 • a becomes @ • m becomes M • B becomes 8 • s becomes $ Ex: If the input is: mypassword the output is: Myp@ssword! 1 import java.util.Scanner; 2 3 public class LabProgram { INMAI 600 4 public static void main(string[] args) { /Type your code here. / 5 } 7}

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter3: Input/output
Section: Chapter Questions
Problem 12SA: 12. What is the output of the following program? (2, 3, 6, 8) #include <iostream> #include...
icon
Related questions
Question

Java - Password Modifier

6.19 LAB: Password modifier
Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by
replacing characters using the key below, and by appending "!" to the end of the input string.
• i becomes 1
• a becomes @
• m becomes M
• B becomes 8
• s becomes $
Ex: If the input is:
mypassword
the output is:
Myp@$$word!
java.util.Scanner;
3 public class LabProgram {
1 import
ANM4 in 6700
2
5
7}
8
public static void main(String[] args) {
/* Type your code here. */
Transcribed Image Text:6.19 LAB: Password modifier Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending "!" to the end of the input string. • i becomes 1 • a becomes @ • m becomes M • B becomes 8 • s becomes $ Ex: If the input is: mypassword the output is: Myp@$$word! java.util.Scanner; 3 public class LabProgram { 1 import ANM4 in 6700 2 5 7} 8 public static void main(String[] args) { /* Type your code here. */
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Types of Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning