Haz un calendario que te liste los días del año según el día que empezó ese año, según si es bisiesto o no, y teniendo en cuenta de que cada semana se salta de línea.
import java.util.*;
public class HelloWorld{
public static void main(String []args){
Scanner anio = new Scanner(System.in);
int anno;
Scanner dio = new Scanner(System.in);
int dia;
Scanner dias = new Scanner(System.in);
String seman;
System.out.println ("Que anno buscas?");
anno = anio.nextInt();
System.out.println ("Si lunes fuese -1, martes 0, miercoles 1 y etc, que dia empezo el anno?");
dia = dio.nextInt();
System.out.println("Que dia comenzo ese anno?");
seman = dias.nextLine();
if (seman.equals("lunes")){
int seman2 = -1;
}else if (seman.equals("martes")){
int seman2 = 0;
System.out.print (" ");
}else if (seman.equals("miercoles")){
int seman2 = 1;
System.out.print (" ");
}else if (seman.equals("jueves")){
int seman2 = 2;
System.out.print (" ");
}else if (seman.equals("viernes")){
int seman2 = 3;
System.out.print (" ");
}else if (seman.equals("sabado")){
int seman2 = 4;
System.out.print (" ");
}else if (seman.equals("domingo")){
int seman2 = 5;
System.out.print (" ");
}
if (anno % 4 == 0 && anno % 400 == 0){
for (int i=1; i<=31; i++){
int mes = i + dia;
if (mes%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
for (int i=1; i<=29; i++){
int mes2 = 31 + i + dia;
if (mes2%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes3 = 29 + 31 + i + dia;
if (mes3%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes4 = 29 + 31 + 31 + i + dia;
if (mes4%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes5 = 29 + 31 + 31 + i + dia + 30;
if (mes5%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes6 = 29 + 31 + 31 + i + dia + 30 + 31;
if (mes6%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes7 = 29 + 31 + 31 + i + dia + 30 + 31 + 30;
if (mes7%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes8 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31;
if (mes8%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes9 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31;
if (mes9%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes10 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30;
if (mes10%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes11 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31;
if (mes11%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes12 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30;
if (mes12%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
}else if (anno % 4 == 0 && anno % 100 != 0){
for (int i=1; i<=31; i++){
int mes = i + dia;
if (mes%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
for (int i=1; i<=29; i++){
int mes2 = 31 + i + dia;
if (mes2%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes3 = 29 + 31 + i + dia;
if (mes3%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes4 = 29 + 31 + 31 + i + dia;
if (mes4%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes5 = 29 + 31 + 31 + i + dia + 30;
if (mes5%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes6 = 29 + 31 + 31 + i + dia + 30 + 31;
if (mes6%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes7 = 29 + 31 + 31 + i + dia + 30 + 31 + 30;
if (mes7%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes8 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31;
if (mes8%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes9 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31;
if (mes9%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes10 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30;
if (mes10%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes11 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31;
if (mes11%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes12 = 29 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30;
if (mes12%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
}else if (anno % 4 == 0 && anno % 400 != 0){
for (int i=1; i<=31; i++){
int mes = i + dia;
if (mes%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
for (int i=1; i<=28; i++){
int mes2 = 31 + i + dia;
if (mes2%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes3 = 28 + 31 + i + dia;
if (mes3%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes4 = 28 + 31 + 31 + i + dia;
if (mes4%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes5 = 28 + 31 + 31 + i + dia + 30;
if (mes5%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes6 = 28 + 31 + 31 + i + dia + 30 + 31;
if (mes6%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes7 = 28 + 31 + 31 + i + dia + 30 + 31 + 30;
if (mes7%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes8 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31;
if (mes8%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes9 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31;
if (mes9%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes10 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30;
if (mes10%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes11 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31;
if (mes11%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes12 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30;
if (mes12%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
}else{
for (int i=1; i<=31; i++){
int mes = i + dia;
if (mes%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
for (int i=1; i<=28; i++){
int mes2 = 31 + i + dia;
if (mes2%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes3 = 28 + 31 + i + dia;
if (mes3%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes4 = 28 + 31 + 31 + i + dia;
if (mes4%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes5 = 28 + 31 + 31 + i + dia + 30;
if (mes5%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes6 = 28 + 31 + 31 + i + dia + 30 + 31;
if (mes6%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes7 = 28 + 31 + 31 + i + dia + 30 + 31 + 30;
if (mes7%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes8 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31;
if (mes8%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes9 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31;
if (mes9%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes10 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30;
if (mes10%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=30; i++){
int mes11 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31;
if (mes11%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}for (int i=1; i<=31; i++){
int mes12 = 28 + 31 + 31 + i + dia + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30;
if (mes12%7 == 0){
System.out.println ("");
}
if (i<10){
System.out.print (" 0" +i);
}else if (i >= 10 && i <= 31){
System.out.print (" " +i);
}
}
}
}
}
“Nunca he encontrado una persona tan ignorante que no pueda aprender algo de ella.”
Mostrando entradas con la etiqueta yo. Mostrar todas las entradas
Mostrando entradas con la etiqueta yo. Mostrar todas las entradas
lunes, 15 de mayo de 2017
Programa de java que te permite saber si una palabra comienza por mayúscula
ESTA LÍNEA DE CÓDIGOS PERMITE SABER SI UNA LETRA ES MAYÚSCULA O NO
import java.util.*;
import java.io.*;
public class HelloWorld{
public static void main(String []args) throws IOException{
Scanner car = new Scanner(System.in);
char letra1;
System.out.println("Dime una letra:");
letra1 = (char)System.in.read();
if (Character.isUpperCase(letra1)) {
System.out.println ("Es una letra mayuscula.");
}else{
System.out.println ("No es una letra mayuscula.");
}
}
}
ESTA LÍNEA DE CÓDIGOS PERMITE SABER SI LA PALABRA QUE METEMOS COMIENZA POR MAYUSCULA
import java.util.*;
import java.io.*;
public class HelloWorld{
public static void main(String []args) throws IOException{
Scanner car = new Scanner(System.in);
String palabra;
System.out.println("Dime una palabra:");
palabra = car.nextLine();
char letra = palabra.charAt(0);
if (Character.isUpperCase(letra)){
System.out.println ("La palabra " +palabra +" empieza por mayuscula.");
}else{
System.out.println ("La palabra " +palabra +" no empieza por mayuscula.");
}
}
}
import java.util.*;
import java.io.*;
public class HelloWorld{
public static void main(String []args) throws IOException{
Scanner car = new Scanner(System.in);
char letra1;
System.out.println("Dime una letra:");
letra1 = (char)System.in.read();
if (Character.isUpperCase(letra1)) {
System.out.println ("Es una letra mayuscula.");
}else{
System.out.println ("No es una letra mayuscula.");
}
}
}
ESTA LÍNEA DE CÓDIGOS PERMITE SABER SI LA PALABRA QUE METEMOS COMIENZA POR MAYUSCULA
import java.util.*;
import java.io.*;
public class HelloWorld{
public static void main(String []args) throws IOException{
Scanner car = new Scanner(System.in);
String palabra;
System.out.println("Dime una palabra:");
palabra = car.nextLine();
char letra = palabra.charAt(0);
if (Character.isUpperCase(letra)){
System.out.println ("La palabra " +palabra +" empieza por mayuscula.");
}else{
System.out.println ("La palabra " +palabra +" no empieza por mayuscula.");
}
}
}
Programa de java que te permite contar las cifras de un numero
import java.util.*;
public class HelloWorld{
public static void main(String []args){
Scanner num = new Scanner(System.in);
int numero1;
int numero2;
System.out.println("Dime un numero: ");
numero1 = num.nextInt();
numero2 = numero1;
int cifrasnum = 0;
while (numero2!=0){
numero2 = numero2 / 10;
cifrasnum++;
}
System.out.println ("El " +numero1 +" tiene " +cifrasnum +" cifras");
}
}
public class HelloWorld{
public static void main(String []args){
Scanner num = new Scanner(System.in);
int numero1;
int numero2;
System.out.println("Dime un numero: ");
numero1 = num.nextInt();
numero2 = numero1;
int cifrasnum = 0;
while (numero2!=0){
numero2 = numero2 / 10;
cifrasnum++;
}
System.out.println ("El " +numero1 +" tiene " +cifrasnum +" cifras");
}
}
programilla java
Para pedir comida en un restaurante...
import java.util.*;
public class HelloWorld {
public static void main(String []args){
Scanner numcar = new Scanner(System.in);
String respuesta;
String respuesta2;
String respuesta3;
String respuesta4;
HashMap<String, Integer> menu = new HashMap<String, Integer>();
HashMap<String, Integer> postres = new HashMap<String, Integer>();
menu.put("pizza de jamon y queso", 7);
menu.put("pizza hawaiana", 8);
menu.put("pizza carbonara", 7);
menu.put("pizza de vegetariana", 7);
menu.put("ensalada cesar", 7);
menu.put("ensalada especial", 9);
menu.put("sandwich club", 7);
menu.put("sandiwch vegetal con patata asada", 8);
postres.put("coulant", 4);
postres.put("cheesecake", 4);
postres.put("brownie", 5);
postres.put("macedonia", 4);
postres.put("icecream", 4);
System.out.println ("Desea ver el menu?");
respuesta = numcar.nextLine();
if (respuesta.equals("si")){
for (String item: menu.keySet()){
System.out.println (item +" - " +menu.get(item) +" euros");
}
System.out.println ("Que desea?");
respuesta3 = numcar.nextLine();
System.out.println ("Ademas quiere algo de postre?");
respuesta2 = numcar.nextLine();
if (respuesta2.equals("si")){
for (String item2: postres.keySet()){
System.out.println (item2 +" - " +postres.get(item2) +" euros");
}
System.out.println ("Que le apetece?");
respuesta4 = numcar.nextLine();
int precio = menu.get(respuesta3) + +postres.get(respuesta4);
System.out.println ("Muchas gracias! Seran " +precio +" euros");
}else{
System.out.println ("Muchas gracias! Seran " +menu.get(respuesta3) +" euros");
}
}else if (respuesta.equals("no")){
System.out.println ("Muchas gracias por su visita!");
}
}
}
import java.util.*;
public class HelloWorld {
public static void main(String []args){
Scanner numcar = new Scanner(System.in);
String respuesta;
String respuesta2;
String respuesta3;
String respuesta4;
HashMap<String, Integer> menu = new HashMap<String, Integer>();
HashMap<String, Integer> postres = new HashMap<String, Integer>();
menu.put("pizza de jamon y queso", 7);
menu.put("pizza hawaiana", 8);
menu.put("pizza carbonara", 7);
menu.put("pizza de vegetariana", 7);
menu.put("ensalada cesar", 7);
menu.put("ensalada especial", 9);
menu.put("sandwich club", 7);
menu.put("sandiwch vegetal con patata asada", 8);
postres.put("coulant", 4);
postres.put("cheesecake", 4);
postres.put("brownie", 5);
postres.put("macedonia", 4);
postres.put("icecream", 4);
System.out.println ("Desea ver el menu?");
respuesta = numcar.nextLine();
if (respuesta.equals("si")){
for (String item: menu.keySet()){
System.out.println (item +" - " +menu.get(item) +" euros");
}
System.out.println ("Que desea?");
respuesta3 = numcar.nextLine();
System.out.println ("Ademas quiere algo de postre?");
respuesta2 = numcar.nextLine();
if (respuesta2.equals("si")){
for (String item2: postres.keySet()){
System.out.println (item2 +" - " +postres.get(item2) +" euros");
}
System.out.println ("Que le apetece?");
respuesta4 = numcar.nextLine();
int precio = menu.get(respuesta3) + +postres.get(respuesta4);
System.out.println ("Muchas gracias! Seran " +precio +" euros");
}else{
System.out.println ("Muchas gracias! Seran " +menu.get(respuesta3) +" euros");
}
}else if (respuesta.equals("no")){
System.out.println ("Muchas gracias por su visita!");
}
}
}
viernes, 27 de enero de 2017
WIX
Muchas empresas han descubierto a base de errores que para alcanzar el éxito es necesario tener una extensión del negocio en la red. No es suficiente con tener el producto físico, en un sitio donde el cliente pueda verlo y tocarlo estando frente a él.
miércoles, 25 de enero de 2017
¡Emprende!
Hoy en día conseguir trabajo no es tarea fácil. Tenemos tanta competencia que ni con las mejores notas podemos destacar frente a otros. No es suficiente con hacer lo que hasta ahora era lo normal. Hay que ser especial, y si no lo eres, forzarte para serlo.
viernes, 23 de diciembre de 2016
¿La fruta es música?
Estuve en Imperial College hace un par de semanas, y me quedé impresionada con un par de proyectos que habían realizado los alumnos de la universidad.
sábado, 12 de noviembre de 2016
¿Mac o Windows?
Se habla mucho de Apple y Windows como rivales, tendemos a comparar entre ambos, para bien de unos o mal de otros. Pero es cierto que hay multitud de diferencias entre ellos, de las cuales hoy voy a
comparar los distintos atajos de teclado:
comparar los distintos atajos de teclado:
domingo, 16 de octubre de 2016
Jarvis 2.0
Hace poco fui incluida en un proyecto que comenzó un amigo mío hace ya un año. Se trata de un programa creado con CMD, el símbolo del sistema de Windows. A mí me encanta la programación, o eso creo con el poco conocimiento que tengo de ello, pero el ver este pequeño programa creado por un chico de mi edad, me hizo espabilar.
lunes, 26 de septiembre de 2016
Corazón de mariposa
¿Las mariposas tienen corazón? Esa es la primera pregunta que se te puede venir a la cabeza cuando lees el título de la entrada. Tranquilo, no vengo a hablarte de la anatomía de la mariposa ni a hacer un esquema del insecto en sí.
Suscribirse a:
Entradas (Atom)