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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!