Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Operators

EasyMedium
1234567
Question 7

A portion of a smart greenhouse control program is shown below:

if temperature > 30 AND humidity < 40 then
    print("Activate mist watering system")
endif

Identify one logical operator used in this program.

[1]

Operators Questions

  1. IGCSE
  2. /Computer Science
  3. /Operators