zoodiacal

3
Programa signos zodiacales *Programa de signos zodiacales Autor: Cristian Guevara Fecha: 01-10-12 * Escribir "lista de signos zodiacales" Escribir "1. ARIES"; Escribir "2. TAURO"; Escribir "3. GEMINIS"; Escribir "4. CANCER"; Escribir "5. LEO"; Escribir "6. VIRGO"; Escribir "7. LIBRA"; Escribir "8. ESCORPION"; Escribir "9. SAGITARIO"; Escribir "10. CAPRICORNIO"; Escribir "11. ACUARIO"; Escribir "12. PISCIS"; Escribir "POR FAVOR DIGITE UN NUMERO ASOCIADO A UN NUMERO DEL ZOODIACO"; Leer NÚMERO; Según NUMERO Hacer 1: Escribir "ES UN SIGNO DE FUEGO" ; 2: Escribir " ES UN SIGNO DE TIERRA";

Upload: cristian-guevara

Post on 19-Jul-2015

148 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Zoodiacal

Programa signos zodiacales

*Programa de signos zodiacales

Autor: Cristian Guevara

Fecha: 01-10-12 *

Escribir "lista de signos zodiacales"

Escribir "1. ARIES";

Escribir "2. TAURO";

Escribir "3. GEMINIS";

Escribir "4. CANCER";

Escribir "5. LEO";

Escribir "6. VIRGO";

Escribir "7. LIBRA";

Escribir "8. ESCORPION";

Escribir "9. SAGITARIO";

Escribir "10. CAPRICORNIO";

Escribir "11. ACUARIO";

Escribir "12. PISCIS";

Escribir "POR FAVOR DIGITE UN NUMERO ASOCIADO A UN NUMERO DEL ZOODIACO";

Leer NÚMERO;

Según NUMERO Hacer

1:

Escribir "ES UN SIGNO DE FUEGO" ;

2:

Escribir " ES UN SIGNO DE TIERRA";

Page 2: Zoodiacal

3:

Escribir " ES UN SIGNO DE AIRE";

4:

Escribir " ES UN SIGNO DE AGUA";

5:

Escribir " ES UN SIGNO DE FUEGO";

6:

Escribir " ES UN SIGNO DE TIERRA";

7:

Escribir " ES UN SIGNO DE AIRE";

8:

Escribir " ES UN SIGNO DE AGUA";

9:

Escribir " ES UN SIGNO DE FUEGO";

10:

Escribir " ES UN SIGNO DE TIERRA";

11:

Escribir " ES UN SIGNO DE AIRE";

12:

Escribir " ES UN SIGNO DE AGUA";

De Otro Modo:

Si (NUMERO>12) Entonces

Escribir "ERROR: NUMERO NO ASOCIADO A NINGUN SIGNO";

Page 3: Zoodiacal

FinSi

FinSegun

FinProceso

PANTALLAZO AL EJECUTARLO

Luego el usuario debe ingresar un número

Que este entre el rango de 1 a 12º dependiendo del signo

Este es un ejemplo