Originally posted by: Strk
Write it in Hindi
Originally posted by: sao123
#include<sex.h>
Originally posted by: Aikouka
Originally posted by: sao123
#include<sex.h>
Silly, we need a Java shirt. Java uses Import, so you'd have "Import sex"... that sounds more like an advertisement for bride.ru than an AP CS class.
Originally posted by: cw42
Saying that Java is good because it works in all operating systems is like saying butt seckz is good because it works in all genders.
Originally posted by: brandonbull
What about?
class ATOTDork {
public static void main(String[] args){
String Me= "Virgin";
While (Me=="Virgin")
{
Wear Stupid AP Computer Science Shirt;
}
}
}
}
You're not checking for equality, so even if Me did contain the String "Virgin", your test would still fail. Instead, use .equals()Originally posted by: brandonbull
What about?
class ATOTDork {
public static void main(String[] args){
String Me= "Virgin";
While (Me=="Virgin")
{
Wear Stupid AP Computer Science Shirt;
}
}
}
}
