Challenge: Accessing Control System
Task
Swipe to start coding
You are building a simple access control system for a building. A person is allowed to enter if they are either an employee or have a visitor pass.
- Declare two boolean variables:
hasAccessCard
(represents whether the person is an employee)hasSpecialPass
(represents whether the person is a visitor with a special pass)
- Write an
if
statement to check if at least one condition is true.- If the person is allowed to enter, print:
"Access granted."
- Otherwise, print:
"Access denied."
- If the person is allowed to enter, print:
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 15
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.33
Challenge: Accessing Control System
Swipe to show menu
Task
Swipe to start coding
You are building a simple access control system for a building. A person is allowed to enter if they are either an employee or have a visitor pass.
- Declare two boolean variables:
hasAccessCard
(represents whether the person is an employee)hasSpecialPass
(represents whether the person is a visitor with a special pass)
- Write an
if
statement to check if at least one condition is true.- If the person is allowed to enter, print:
"Access granted."
- Otherwise, print:
"Access denied."
- If the person is allowed to enter, print:
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.33SectionΒ 3. ChapterΒ 15
single