Exercise

Create a login system by implementing an array/list with a maximum of 10 indices, where there are two menu options for login using email/username. If the email/username or password is incorrect, the program should loop back. If the email/username and password are correct, a login success message should appear. Implement object-oriented programming by creating functions for input and functions for validating the email/username and password. Here’s the expected output:

1
2
3
4
5
6
7
8
9
10
11
12
-----------------------
| Azhar Rizki Zulma |
| Bintaro |
-----------------------
| Basic Login Systems |
-----------------------
Enter Email/Username: test (Input by User)
Enter Password: gagal (Input by User)
Email/Username or Password Wrong, Please try again
Enter Email/Username: Moderator (Input by User)
Enter Password: momod (Input by User)
Login Successful