Guest User

Untitled

a guest
Jun 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. import br.com.crush.BoyFriend;
  2. import br.com.crush.GirlFirend;
  3.  
  4. public class TrueLove {
  5.  
  6. public static void main(String args...){
  7.  
  8. private final GirlFriend thallia = new GirlFirend("Thallia");
  9. private BoyFriend me = new BoyFriend("leo");
  10.  
  11. Invite invite = me.inviteNovel(thallia);
  12. thallia.accept(invite);
  13.  
  14. While(true){
  15. me.love(thallia);
  16. thallia.love(me);
  17. }
  18.  
  19. }
  20.  
  21. }
Add Comment
Please, Sign In to add comment