Koihoina
Koihoina Koihoina
  • 01-06-2022
  • Computers and Technology
contestada

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

Respuesta :

felipegomes220
felipegomes220 felipegomes220
  • 02-06-2022

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;

}

Answer Link

Otras preguntas

The streams and smaller rivers that feed into a main river are its (blank)?
I an confused need help on number 6
Phil has 50 nickels and dimes worth $4.15. How many of each coin does he have?
Two wires are used to suspend a sign that weighs 500 N. The two wires make an angle of 100° between each other. If each wire is exerting an equal amount of forc
Ms. Velez will use x gray bricks and y red bricks to build a wall around her garden. Gray bricks cost $0.45 each and red bricks cost $0.58 each. She can spend u
What is considered the eastern border of Europe
Name from least to greatest 60 miles per hour, 24 feet per second, 45 kilometers per hour.
Which sentence is capitalized correctly? Ouch! that rose bush is loaded with thorns. Ouch! That Rose Bush is loaded with thorns. ouch! That rose bush is loaded
I need help on these questions PLEASE
What is the name of the cell organelle that is shaped like a flattened disc, contains stroma and stacks of thylakoids, and is the site of photosynthesis?