Configuracion De Power Point

Páginas: 3 (504 palabras) Publicado: 23 de octubre de 2012
#include"stdio.h"
#include"conio.h"
main()
{
int a;
char b;
printf("ingrese su ano");
gotoxy(30,2);printf("¿Eres bisiesto? Esa es la pregunta");
gotoxy(30,4);printf("1)Si");gotoxy(30,5);printf("2)No");
gotoxy(30,7);printf("Escoge si, si quieres saber ");
scanf("%d",&a);
switch(a)
{
case 1:
clrscr();
gotoxy(25,2);printf("Fecha de nacimiento apartir de 1990");
gotoxy(25,3);printf("a)1990");
gotoxy(25,4);printf("b)1991");
gotoxy(25,5);printf("c)1992");
gotoxy(25,6);printf("d)1993");
gotoxy(25,7);printf("e)1994");gotoxy(25,8);printf("f)1995");
gotoxy(25,9);printf("g)1996");
gotoxy(25,10);printf("h)1997");
gotoxy(25,11);printf("i)1998");
gotoxy(25,12);printf("j)1999");
gotoxy(25,13);printf("k)2000");gotoxy(25,14);printf("l)2001");
gotoxy(25,15);printf("m)2002");
gotoxy(25,16);printf("n)2003");
gotoxy(25,17);printf("nn)2004");
gotoxy(25,18);printf("o)2005");
gotoxy(25,19);printf("p)2006");gotoxy(25,20);printf("q)2007");
gotoxy(25,21);printf("r)2008");
gotoxy(25,22);printf("s)2009");
gotoxy(25,23);printf("t)2010");
gotoxy(25,24);printf("u)2011");
gotoxy(25,25);printf("v)2012");gotoxy(25,26);printf("Selecciona tu fecha ");
scanf("%s",&b);
switch (b)
{
case'a':
clrscr();gotoxy(30,2);printf("no eres bisiesto ");
break;
case'b':
clrscr();
gotoxy(30,2);printf("noeres bisiesto");
break;
case'c':
clrscr();
gotoxy(30,2);printf("si eres bisiesto");break;
case'd':
clrscr();
gotoxy(30,2);printf("no eres bisiesto");
break;
case'e':...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Power point
  • Power Point
  • Power Point
  • Power Point
  • Power Point
  • power point
  • power point
  • power point

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS