Skip to content
C

Login Check with &&

Easyjava

Access is granted only if both the username and the password match the expected values.

Input: four lines — expected username, expected password, entered username, entered password.

Output: one line — Access granted or Access denied.

Input (stdin)

Output

Run your code to see output here...