Create a program in C that prompts a user to enter a login name and password. The correct login name is "Admin," and the correct password is "PASS."

- If both the login name and password are correct, display "Correct Login" to the console window.
- If the login name or password is incorrect, display what is wrong to the console window. For example, indicate "wrong username," "wrong password," or "both."