Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge: Accessing Control System | Conditional Statements
Introduction to JavaScript

Scorri per mostrare il menu

book
Challenge: Accessing Control System

Compito

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."

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 15

Chieda ad AI

expand
ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

book
Challenge: Accessing Control System

Compito

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."

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 15
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt