Question
Create a program that is part of a environmental control system for a house. Create two boolean variables: doorUnLocked and lightOn. Set both to false.
Create two boolean variables: doorUnLocked and lightOn. Set both to false.
Create an int variable: currentTemp. Set the currentTemp value to 70
Create two more Boolean variables: heatOn and coolingOn. Set both values to false.
Ask the user if they want to
unlock the door
turn on the light and
what value the temperature should be.
If they want to unlock the door, set doorUnlocked to true. If they do not want to unlock the door, set the doorUnlocked value to false.
If they want to turn on the light set lightOn to true. If they do not want to turn on the light set the lightOn to false?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started