#include int main() { float szam1; printf("Valós szám: "); scanf("%f", &szam1); printf("Ezt írtad: %f\n", szam1); }