Write an algorithm and pseudocode that will convert from either Fahrenheit, Kelvin, or Celsius into Fahrenheit, Kelvin, or Celsius.
Answer:
What is a pseudocode and flowchart that converts temperature entered in Fahrenheit by an end-user to Celsius? [Hint formula that converts Fahrenheit to Celsius: C = (F-32) * 5/9].
Explanation:
paki follow