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.

if (a>c) {

printf("el numero mayor es: %f\n",a);

} else {

if (a==c) {

printf("el numeros mayores son: %f y

%f\n",a,c);

} else {

printf("el numero mayor es: %f\n",c);

}

}

} else {

if (b==a) {

if (a>c) {

printf("el numeros mayores son: %f y

%f\n",a,b);

} else {

if (a==c) {

printf("todos son iguales\n");

} else {

printf("el numero mayor es: %f\n",c);

}

}

} else {

if (b>c) {

printf("el numero mayor es: %f\n",b);

} else {

if (b==c) {

printf("el numeros mayores son: %f y

%f\n",c,b);

} else {

if (c>a) {

printf("el numero mayor es:

%f\n",c);

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

Saved successfully!

Ooh no, something went wrong!