Computer Science, asked by romeoashraf777, 8 months ago

Q.6 Write an algorithm that converts
the input Celsius degree into its
equivalent Fahrenheit degree. Use
the formula: F= (915) *C+32.*​

Answers

Answered by avi010
12
  1. Print = enter Celsius degree
  2. Input = Celsius degree
  3. Fahrenheit degree = 915*Celsius degree+32
  4. print = Fahrenheit degree

Similar questions