A blog written by a music loving, travel hungry, small town girl exploring the big big world.
public static void main(int argc, String args[]){Shobhna shobhna = new Shobhna();if(shobhna.getMood().equals("bitchy") == true){ shobhna.setMood("monetarily generous"); shobhna.giveMoneyTo("friends");}else return;}
else if (shobhna.getMood().equals("extremely knowledgable" && "witty" && "super awesome")){ friends.buyLunchFor(shobhna)}
public static void main(int argc, String args[])
ReplyDelete{
Shobhna shobhna = new Shobhna();
if(shobhna.getMood().equals("bitchy") == true)
{
shobhna.setMood("monetarily generous");
shobhna.giveMoneyTo("friends");
}
else return;
}
else if (shobhna.getMood().equals("extremely knowledgable" && "witty" && "super awesome"))
ReplyDelete{
friends.buyLunchFor(shobhna)
}