Question: java please Write a method called method2 that keeps asking the user for their name. If the user name matches Admin, display Access Granted. exiting

 java please Write a method called method2 that keeps asking the

java please

Write a method called method2 that keeps asking the user for their name. If the user name matches "Admin", display "Access Granted. exiting the program..." and exit the program. Otherwise, display "Hi, *userInput* and continue asking for their names. For example, a call of method3 () should produce the following output (bold underscores are the user inputs): /* Start of the execution */ Please enter your name: Vader Hi Vader Please enter your name: obi Hi Obi Please enter your name: Admin Access Granted. exiting the program.... /*End of the execution*/

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!