KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 4. Write a program that accepts the temperature in Centigrade and converts into Fahrenheit using the formula C / 5 = (F - 32) / 9. Sample Input and OutputStdin Inputs:36.89Sample Result:Input temperature in Centigrade: 36.8936.89°C = 98.40°F Previous Next