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

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
Get step-by-step solutions from verified subject matter experts
