Question: 5) Write a static method getPassword that will read a user's password from System.in. The user has to enter the password twice. The method should

 5) Write a static method getPassword that will read a user's

5) Write a static method getPassword that will read a user's password from System.in. The user has to enter the password twice. The method should iterate the following steps as many times as necessary until the user successfully enters two values that match: 1. 2. 3. prompt the user and read the password prompt the user and read the password again check that the second entry matches the first (The method has no parameters and should return the entered password as a String.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!