Write a program that will receive 15 temperatures expressed in degree Celsius convert them to Fahrenheit and display the converted temperature to the screen. After 15 temperatures have been processed the word "All temperatures processed" are to be displayed on the screen. (formula F = (9/5)*C+32)
the program needs to be in C language (C Programming)