Hola, te envio el diagrama de flujo y el pseudocodigo en pseint.
Algoritmo mayor
Escribir "Ingresar un numero:"
Leer a
Escribir "Ingresar segundo numero:"
Leer b
Escribir "Ingresar tercer numero:"
Leer c
Escribir "Ingresar cuarto numero:"
Leer d
Si a>b Entonces
Si a>c Entonces
Si a>d Entonces
may = a
Sino
may = d
FinSi
Si c>d Entonces
may = c
Si b>c Entonces
Si b>d Entonces
may = b
Escribir "El mayor es:",may
FinAlgoritmo
Espero te ayude..
Saludos..
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Hola, te envio el diagrama de flujo y el pseudocodigo en pseint.
Algoritmo mayor
Escribir "Ingresar un numero:"
Leer a
Escribir "Ingresar segundo numero:"
Leer b
Escribir "Ingresar tercer numero:"
Leer c
Escribir "Ingresar cuarto numero:"
Leer d
Si a>b Entonces
Si a>c Entonces
Si a>d Entonces
may = a
Sino
may = d
FinSi
Sino
Si c>d Entonces
may = c
Sino
may = d
FinSi
FinSi
Sino
Si b>c Entonces
Si b>d Entonces
may = b
Sino
may = d
FinSi
Sino
Si c>d Entonces
may = c
Sino
may = d
FinSi
FinSi
FinSi
Escribir "El mayor es:",may
FinAlgoritmo
Espero te ayude..
Saludos..