| 
         
     
     | 
     | 
    
  
    | 
    程序员的爱情(What Is Love) | 
   
  
     | 
   
  
     | 
   
  
    | 
     作者:未知  来源:月光软件站  加入时间:2005-2-28 月光软件站  | 
   
  
    class WhatIsLove {  String love;  public static void main(String[] args)  {    if(love.equals("heart"))    {     System.out.println("Do you know his/her heart?");    }    else if(love.equals("money"))    {     System.out.println("How much his/her love");    }    else if(love.equals("happiness"))    {     System.out.println("You are happy,really?");    }    else if(love.equals("pain"))    {     System.out.println("Why do you want love?");    }    else if(love.equals("sex"))    {     System.out.println("What are you get?");    }    else    {     System.out.println("What is love?");     love = null;    }   } } 
 
  | 
   
  
     | 
   
  
     相关文章:相关软件:  | 
   
   
      |