0
/ 1.0
Write a program that prompts the user to login, and displays appropriate messages according to whether the details are correct, partially...
Write a program that prompts the user to login, and displays appropriate messages according to whether the details are correct, partially correct, or incorrect:
The program should then display these messages in their respective cases:
juan
and password is secret
, the login is successful and the message displayed should be:Login successful!
juan
OR the password is not secret
, the login is unsuccessful and the message displayed should be:One of the things entered is incorrect
Login failed
Login failed
Complete the code within the brackets ({ }
) below.
Your feedback will appear here when you check your answer.