Intentemos algo nuevo. Este se lo dedico a todos los que sepan programar, je je je :wink:
a_Ti.java
/*by raagjavascript:emoticon(':wink:')
created: El día que te conocí */
import nosotros.*;
public class a_Ti{
private boolean eresBella, eresGraciosa;
private persona tu, yo;
public a_Ti(persona t, persona y){
tu=t;
yo=y;
eresBella=true;
eresGraciosa=true;
}
public boolean te_Amo(){
for (int tiempo = 0; tiempo <= eternidad; tiempo++ ){
yo.pienso_en_ti(true);
while(tu.noEstas()){
yo.teRecuerdo(true);
yo.teNecesito(true);
yo.teExtraño(true);
}
if (tu.meMiras()){
yo.soyFeliz(true);
}
else{
yo.soyFeliz(false);
yo.mePierdo(true);
}
}
return true;
}
public static void main(String arg[]){
persona tu= new persona();
persona yo= new persona();
a_Ti TQM = new a_Ti (tu, yo);
TQM.te_Amo();
}
}
a_Ti.java
/*by raagjavascript:emoticon(':wink:')
created: El día que te conocí */
import nosotros.*;
public class a_Ti{
private boolean eresBella, eresGraciosa;
private persona tu, yo;
public a_Ti(persona t, persona y){
tu=t;
yo=y;
eresBella=true;
eresGraciosa=true;
}
public boolean te_Amo(){
for (int tiempo = 0; tiempo <= eternidad; tiempo++ ){
yo.pienso_en_ti(true);
while(tu.noEstas()){
yo.teRecuerdo(true);
yo.teNecesito(true);
yo.teExtraño(true);
}
if (tu.meMiras()){
yo.soyFeliz(true);
}
else{
yo.soyFeliz(false);
yo.mePierdo(true);
}
}
return true;
}
public static void main(String arg[]){
persona tu= new persona();
persona yo= new persona();
a_Ti TQM = new a_Ti (tu, yo);
TQM.te_Amo();
}
}