Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

App Inventor

Authors: David Wolber, Hal Abelson

1st Edition

1449397484, 9781449397487

More Books

Students also viewed these Programming questions

Question

illustrate the different exchange rates regimes

Answered: 1 week ago