Computer Science, asked by onlinejobhome23, 6 months ago


Start
Input C_temp
F_temp = (1.8 * C_temp) + 32
Output F_temp
Stop
a. What does the above flowchart depict?​

Answers

Answered by SAGNIKPANDIT
3

Answer:

If all you can do is print a message, C++ would not be useful. The point is usually to get new data from somewhere such as end-user input and then do something interesting with it. The operation requires a variable, this is a location where you can put the data.

Similar questions