import java.io.*
class AgentM {
public static void main (String args[])
{boolean clothes = true;
boolean belt = true;
boolean shoes = true;
boolean watch = true;
boolean ring = true;
boolean pen = true;
boolean wallet = true;
boolean phone = true;
boolean bag = true;
boolean ipod = true;
boolean book = true;
boolean housekey = true;
boolean bankcards = true;
boolean visitingcards = true;boolean THIEF = true;
if (THIEF==true)
{
phone = false;
}if (clothes==true && belt==true && shoes==true && watch==true && ring==true && pen==true && wallet==true && phone==true && bag==true && ipod==true && book==true && housekey==true && bankcards==true && visitingcards==true)
{
System.out.println(“Agent M is rocking on”);
}
else
{
int cent = 100;
int sigh = 0;
int aaaaa = cent / sigh;System.out.println(aaaaa);
}}
}
Sigh… Yet another blow to my belief in humanity, and trust, and love…
Forgive… Forget… Love…
And look at the positive side… I can still code Java… (even after 2 years of BA ‘education’? wow!)


0 Responses to “var Humanity = Humanity – 1;”