#include typedef float nota; main () { nota P1; printf ("Digite a nota 1\n"); scanf ("%f", &P1); printf ("A nota 1 foi %f\n", P1); }