PART B. Write a program, Passwords, that contains an array of five names and another array of five passwords(your choice). Your program should ask the user to enter a name and a password. If the user enters the correctname with its related password, grant access (e.g. display “Access granted!”). IF the user enters the wrongname/password (can be either or both), allow the user to re-try only once. You don’t have to use nested loops.If the user still cannot enter the correct name/password, display the following: “Sorry, yourusername/password does not match our database. Contact the administrator.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here