main () /* Program 1: Echo */ { float x; scanf("%f", &x); printf("x = %f", x); }