" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
inicio
lea sexo, edad, ocupacion, nombre
si edad > 20
mostrar ocupacion
fin
--Programacion
string sexo, ocupacion, nombre;
int edad;
sexo = 'M';
ocupacion= 'Programador';
nombre= 'Edwar';
edad= 25
If( edad > 20)
{
Print(ocupacion);
}