Ver Mensaje Individual
  #19 (permalink)  
Antiguo 05/11/2013, 02:54
Dempo87
 
Fecha de Ingreso: octubre-2013
Ubicación: Murcia
Mensajes: 54
Antigüedad: 11 años, 3 meses
Puntos: 0
Respuesta: Problemas Dempo

Código C:
Ver original
  1. //AGOSTO
  2.                  if (mes1 == 8) { printf ("\t\t   ( ***** --- AGOSTO --- ***** )\n\n\n");
  3.                                 printf ("\tLUN\t MAR\t MIE\t JUE\t VIE\t SAB\t DOM\t\n\n");
  4.                                 printf ("\t -\t  -\t  -\t  -\t  1\t  2\t  3\t\n\n");
  5.                                 printf ("\t 4\t  5\t  6\t  7\t  8\t  9\t  10\t\n\n");
  6.                                 printf ("\t 11\t  12\t  13\t  14\t  15\t  16\t  17\t\n\n");
  7.                                 printf ("\t 18\t  19\t  20\t  21\t  22\t  23\t  24\t\n\n");
  8.                                 printf ("\t 25\t  26\t  27\t  28\t  29\t  30\t  31\t\n\n\n\n");
  9.                                 }
  10.                  
  11.                  //SEPTIEMBRE
  12.                  if (mes1 == 9) { printf ("\t\t  ( ***** --- SEPTIEMBRE --- ***** )\n\n\n");
  13.                                 printf ("\tLUN\t MAR\t MIE\t JUE\t VIE\t SAB\t DOM\t\n\n");
  14.                                 printf ("\t 1\t  2\t  3\t  4\t  5\t  6\t  7\t\n\n");
  15.                                 printf ("\t 8\t  9\t  10\t  11\t  12\t  13\t  14\t\n\n");
  16.                                 printf ("\t 15\t  16\t  17\t  18\t  19\t  20\t  21\t\n\n");
  17.                                 printf ("\t 22\t  23\t  24\t  25\t  26\t  27\t  28\t\n\n");
  18.                                 printf ("\t 29\t  30\t  -\t  -\t  -\t  -\t  -\t\n\n\n\n");
  19.                                 }
  20.                  
  21.                  //OCTUBRE
  22.                  if (mes1 == 10) { printf ("\t\t   ( ***** --- OCTUBRE --- ***** )\n\n\n");
  23.                                 printf ("\tLUN\t MAR\t MIE\t JUE\t VIE\t SAB\t DOM\t\n\n");
  24.                                 printf ("\t -\t  -\t  1\t  2\t  3\t  4\t  5\t\n\n");
  25.                                 printf ("\t 6\t  7\t  8\t  9\t  10\t  11\t  12\t\n\n");
  26.                                 printf ("\t 13\t  14\t  15\t  16\t  17\t  18\t  19\t\n\n");
  27.                                 printf ("\t 20\t  21\t  22\t  23\t  24\t  25\t  26\t\n\n");
  28.                                 printf ("\t 27\t  28\t  29\t  30\t  31\t  -\t  -\t\n\n\n\n");
  29.                                  }
  30.                  
  31.                  //NOVIEMBRE
  32.                  if (mes1 == 11) { printf ("\t\t  ( ***** --- NOVIEMBRE --- ***** )\n\n\n");
  33.                                 printf ("\tLUN\t MAR\t MIE\t JUE\t VIE\t SAB\t DOM\t\n\n");
  34.                                 printf ("\t -\t  -\t  -\t  -\t  -\t  1\t  2\t\n\n");
  35.                                 printf ("\t 3\t  4\t  5\t  6\t  7\t  8\t  9\t\n\n");
  36.                                 printf ("\t 10\t  11\t  12\t  13\t  14\t  15\t  16\t\n\n");
  37.                                 printf ("\t 17\t  18\t  19\t  20\t  21\t  22\t  23\t\n\n");
  38.                                 printf ("\t 24\t  25\t  26\t  27\t  28\t  29\t  30\t\n\n\n\n");
  39.                                  }
  40.                  
  41.                  //DICIEMBRE
  42.                  if (mes1 == 12) { printf ("\t\t  ( ***** --- DICIEMBRE --- ***** )\n\n\n");
  43.                                 printf ("\tLUN\t MAR\t MIE\t JUE\t VIE\t SAB\t DOM\t\n\n");
  44.                                 printf ("\t 1\t  2\t  3\t  4\t  5\t  6\t  7\t\n\n");
  45.                                 printf ("\t 8\t  9\t  10\t  11\t  12\t  13\t  14\t\n\n");
  46.                                 printf ("\t 15\t  16\t  17\t  18\t  19\t  20\t  21\t\n\n");
  47.                                 printf ("\t 22\t  23\t  24\t  25\t  26\t  27\t  28\t\n\n");
  48.                                 printf ("\t 29\t  30\t  31\t  -\t  -\t  -\t  -\t\n\n\n\n");
  49.                                  }
  50.                    break;
  51.                    }
  52.                    
  53.                    switch(programa){
  54.                    case 11: //Nº de ejecuciones de printf          
  55.  
  56.                    for (i1 = 0; i1 < 100; i1++)
  57.                        if ((0 == a3 % 4) || (i1 % 2) == 0)
  58.      
  59.                        printf ("%d %d \n", a3, i1);
  60.                    break;
  61.                    }
  62.                    
  63.                    switch(programa){
  64.                    case 12: //Programa 12. Conversor de segundos a horas
  65.    
  66.                    printf (" \n");
  67.                    printf ("Introduce la cantidad de segundos que quieres calcular: ", segundos);
  68.                    scanf ("%d", &segundos);
  69.                    printf (" \n");
  70.    
  71.                    hora   = segundos / 3600;
  72.                    segundos = segundos % 3600;
  73.    
  74.                    minuto = segundos / 60;
  75.                    segundos = segundos % 60;
  76.    
  77.                    printf ("____________________________\n\n\n");
  78.                           if (hora > 0) printf ("%d Horas ", hora);
  79.                           if (minuto > 0) printf ("%d Minutos ", minuto);
  80.                           if (segundos > 0) printf ("%d Segundos\n\n", segundos);
  81.                    printf ("____________________________\n\n\n");
  82.                    
  83.                    break;
  84.                    }
  85.  
  86.                    switch(programa){
  87.                    case 13: //Programa 13. Calculadora
  88.                        
  89.                    printf(" \n\n");
  90.                    printf("\t\t\t\t *** CALCULADORA ***");
  91.                    printf(" \n\n");
  92.                    printf(" 1. Suma\n 2. Resta\n 3. Multiplicacion\n 4. Division\n 5. Salir\n\n");
  93.                    printf(" ______________________");
  94.                    printf(" \n\n");
  95.                    printf(" Elige la opcion que quieras calcular: ");
  96.                    scanf(" %d", &opcion);
  97.                    printf(" ______________________");
  98.                    printf(" \n\n\n");
  99.    
  100.                             switch(opcion){
  101.                                            case 1:
  102.                                            printf(" Introduzca numero 1: ");
  103.                                            scanf("%d", &n1);
  104.                                            printf(" Introduzca numero 2: ");
  105.                                            scanf("%d", &n2);
  106.                                            n3 = n1 + n2;
  107.                    
  108.                                            printf(" \n");
  109.                                            printf("\t %d + %d = %d \n\n\n\n\n", n1,n2,n3);
  110.                                            break;
  111.                                            }
  112.  
  113.                                            switch(opcion){
  114.                                            case 2:
  115.                                            printf(" Introduzca numero 1: ");
  116.                                            scanf("%d", &n1);
  117.                                            printf(" Introduzca numero 2: ");
  118.                                            scanf("%d", &n2);
  119.                                            n3 = n1 - n2;
  120.  
  121.                                            printf(" \n");
  122.                                            printf("\t %d - %d = %d \n\n\n\n\n", n1,n2,n3);
  123.                                            break;
  124.                                            }
  125.  
  126.                                            switch(opcion){
  127.                                            case 3:
  128.                                            printf(" Introduzca numero 1: ");
  129.                                            scanf("%d", &n1);
  130.                                            printf(" Introduzca numero 2: ");
  131.                                            scanf("%d", &n2);
  132.                                            n3 = n1 * n2;
  133.  
  134.                                            printf(" \n");
  135.                                            printf("\t %d * %d = %d \n\n\n\n\n", n1,n2,n3);
  136.                                            break;
  137.                                            }
  138.  
  139.                                            switch(opcion){
  140.                                            case 4:
  141.                                            printf(" Introduzca numero 1: ");
  142.                                            scanf("%d", &n1);
  143.                                            printf(" Introduzca numero 2: ");
  144.                                            scanf("%d", &n2);
  145.                                            n3 = n1 / n2;
  146.  
  147.                                            printf(" \n");
  148.                                            printf("\t %d / %d = %d \n\n\n\n\n", n1,n2,n3);
  149.                                            break;
  150.                                            }
  151.  
  152.                                            }
  153.                                            
  154.   system("PAUSE"); 
  155.   return 0;
  156. }