float cel; printf("Enter celsius value: "); scanf("%f", &cel); printf("Fahrenhit value is: %f", cel * (9 / 5) + 32);