Computer Science, asked by dasscool557, 16 days ago

b) Prepare an algorithm for displaying the message ""Switch on the AC"" when the temperature goes above 250C.

Answers

Answered by CrazyKanav
5

Answer:

Start

If temperature > 250C:

print Switch on AC

else

stop

Explanation:

Similar questions