#include <stdio.h> int main() { float temperature = 36.5; printf("Temperature: %.1f\n", temperature); return 0; }