If-Else Statements
1 / 4
Boolean conditions
Input a password.
If the password equals Password123!
, the program should print access granted
.
Otherwise, it should print access denied
.
Input a password.
If the password equals Password123!
, the program should print access granted
.
Otherwise, it should print access denied
.