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
Get step-by-step solutions from verified subject matter experts
