04.01.2023 Views

Documento sin título (1)

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

23: case 22: case 24: case 25: case 26: case 27: case 28: case

29: case 30:

g = sqrtf(a);

z = sqrtf(b);

x = sqrtf(c);

w = sqrtf(d);

break;

default:

printf("ESTA ARRIBA DEL RANGO 10 A 30\n");

}

printf("LA RAIZ DEL PRIMER NUMERO ES:

%d\n",g);

printf("la raiz del segundo numero es: %d\n",z);

printf("LA RAIZ DEL tercer NUMERO ES: %d\n",x);

printf("la raiz del cuarto numero es: %d\n",w);

}

return 0;

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!