Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started