Q.1) Write a java program with class name Lock that allow the users to enter their name and the lock number. You should create variables that ask the user to enter the following variables: 1. Name of...


Q.1) Write a java program with class name Lock that allow the users to enter their name and<br>the lock number. You should create variables that ask the user to enter the following variables:<br>1. Name of the user<br>2. The lock number<br>If the lock is correct the program should display the lock number with the user name. Otherwise<br>if the lock number is not correct the program should give the user only 3 attempts. During each<br>attempt the program should display the message
Enter your password: [1001] Welcome Fatima "/>
Extracted text: Q.1) Write a java program with class name Lock that allow the users to enter their name and the lock number. You should create variables that ask the user to enter the following variables: 1. Name of the user 2. The lock number If the lock is correct the program should display the lock number with the user name. Otherwise if the lock number is not correct the program should give the user only 3 attempts. During each attempt the program should display the message "Incorrect. Number of attempts remaining + number of attempts" Note: Lock number: 1001 Enter your name Sample Output: [Fatima] Enter your name Enter your password: [111] [Fatima] Incorrect. Number of attempts remaining: 3 Enter your password Enter your password: [343] [1001] | Incorrect. Number of attempts remaining: 2 Welcome Fatima> Enter your password: [1001] Welcome Fatima

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here