
Converts temperature in Celcius to Fahrenheit in Raptor
Algorithm
Input: Input temperature in celcius
output: Converts Celcius to Fahrenheit
- Start
- Input temperature
- temp = [{(9/5)*c} +32]
- Print temperature in Fahrenheit is temp
- Stop
FlowChart

Note: This Flowchart was created using a program called Raptor. The flowchart file can be downloaded by clicking here
Comments