You may NOT use any resources for this test.  Use of your no…

You may NOT use any resources for this test.  Use of your notes, the Internet, cellphones, another individual, etc. is a violation of the academic integrity policy and is considered cheating. You have 15 minutes to complete this test and are given one attempt (once you start the quiz you cannot pause or stop the attempt). Good luck

Write a program which takes PIN number of the user as input…

Write a program which takes PIN number of the user as input and then verifies his pin. If pin is verified the program shall display “pin verified” and “Welcome”; otherwise the program shall give user another chance. After 4 wrong attempts, the program shall display “Limit expired” and then exit. Use a loo to implement the logic.