Respuesta:
Algoritmo Comparar2Números
Definir n1, n2, s, m Como Entero
Escribir 'Dígite un número: '
Leer n1
Escribir 'Dígite otro número: '
Leer n2
Si n1 > n2 Entonces
s = n1 + n2
Escribir 'Suma: ',s
SiNo
m = n1 * n1
Escribir 'Multiplicación: ',m
FinSi
FinAlgoritmo
¡¡Espero Te Sirva, Saludos!!
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Respuesta:
Algoritmo Comparar2Números
Definir n1, n2, s, m Como Entero
Escribir 'Dígite un número: '
Leer n1
Escribir 'Dígite otro número: '
Leer n2
Si n1 > n2 Entonces
s = n1 + n2
Escribir 'Suma: ',s
SiNo
m = n1 * n1
Escribir 'Multiplicación: ',m
FinSi
FinAlgoritmo
¡¡Espero Te Sirva, Saludos!!