1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sweet [91]
3 years ago
5

Write an algorithim and flowchart to check it the temperature is more than 25°. If it more than 25°C switch fan on else off.​

Computers and Technology
1 answer:
Marianna [84]3 years ago
8 0

Answer:

write the sly flowchart

Explanation:

#stdlib.etc

main()
{

    int temp;
    bool fan = false;

    print("enter the frigin temperature: ");

    read(temp);

    if (temp > 25)

     {
         fan = true;
         print("the fan is on");
     }
     else
      {

           print("the fan is off");

      }

      return 0;

}

You might be interested in
Which software package allows developers to deploy applications using the exact same environment in which they were developed?
Elanso [62]

The software that allows developers to deploy applications using the exact same environment in which they were developed is docker. The correct option is A.

<h3>What is a software package?</h3>

An assortment of files and data about those files makes up a software package. Linux's distributions are typically set up as individual software packages, each of which contains a specific program, like a web browser or a development environment.

Docker is a platform of service products that uses visualization of OS. Develops the shipping and running application.

Thus, the correct option is A. Docker.

To learn more about the software package, refer to the link:

brainly.com/question/18523054

#SPJ4

The question is incomplete. Your most probably complete question is given below:

A. Docker

B. Git

C. Bitbucket

D. Gitlab

6 0
2 years ago
What is up with the bots? They are so annoying.
Yuki888 [10]

Answer:

very very very annoying

6 0
3 years ago
Read 2 more answers
A computer scientist creates a necklace to celebrate the birth of her daughter. The necklace encodes her daughter's
Vesna [10]

Answer:

26

Explanation:

I just know it ok; rjkhshwnwjk

5 0
4 years ago
Lindsey also needs to calculate the commissions earned each month. If the company earns $200,000 or more in a month, the commiss
lutik1710 [3]

Answer:

I have created and attached an image with example values for this question.

First we'll learn the IF function syntax:

IF(logical_test, value_if_true, [value_if_false])

Where

logical_test is the decision making comparison

value_if_true is the result to return when TRUE

value_if_false is the result to return when FALSE

We assume that cells B10 to G10 contain the Total Sales for January to June. And cells B17 to G17 contain the Commissions for January to June.

a.

The formula to use in cell B17 is:

<em>=IF(B10>=200000;True;False)</em>

<em />

b.

The formula to use in cell B17 is:

<em>=IF(B10>=200000;B10*0.35;False)</em>

<em />

c.

The formula to use in cell B17 is:

<em>=IF(B10>=200000;B10*0.35;B10*0.27)</em>

<em />

d.

To copy the formula in B17 to C17:G17, you can just copy and paste or select cell B17 and drag from the black square on the bottom right of the cell.

8 0
3 years ago
Read 2 more answers
What is CPU<br>and it's functions<br>​
BartSMP [9]

Answer:

CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer

5 0
3 years ago
Read 2 more answers
Other questions:
  • HELPPP ASAPP
    8·2 answers
  • To create a default value for a parameter in the parameter list of a function, you code a/an ________________ sign after the par
    5·1 answer
  • Write a Java method onlyDigits that takes a string as a parameter. The method should remove from the string all characters, whic
    15·1 answer
  • Which type of tools enable you to choose only a portion of the image
    13·1 answer
  • How does one select an entrepreneurial activity?
    9·1 answer
  • Write down a pair of integers whose sum is​ 0
    5·1 answer
  • What is analog computer?​
    14·1 answer
  • What is an insertion point?
    6·1 answer
  • Help ASAP please This is a skills lab simulation for college, it’s on Microsoft word is there a keyboard shortcut or something o
    12·1 answer
  • 5.11 LAB: Print string in reverse [JAVA]:
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!