were making ap computer science shirts ... any suggestions ?

alfa147x

Lifer
Jul 14, 2005
29,307
106
106
were making ap computer science (java) shirts ... any suggestions ?

were looking for FRONT ONLY...

so any thing funny?

thanks!

edit: it was brought to my attention that the proctors might not like the code on our shirts...

Sorry
 

Platypus

Lifer
Apr 26, 2001
31,046
321
136
java.lang.ThisErrorIsUselessInTroubleshootingYourBloatedAssCrappyMultiplatformA
temptAtALanguage
 

Aikouka

Lifer
Nov 27, 2001
30,383
912
126
Bah, Javas no fun... no "include" statement so you can't use the cheesy "include girlfriend" or "Our insertion operators are always overloaded."
 

clamum

Lifer
Feb 13, 2003
26,256
406
126
Have a picture of a total geek on there that says "NNEEEEEEHHHH LINUX" under it.
 

Fraggable

Platinum Member
Jul 20, 2005
2,799
0
0
I've always wanted on e I could wear to work that said 'C.F.S.' on the front, and 'Can't Fix Stupid' on the back.

I work in tech. support and training.
 

brandonbull

Diamond Member
May 3, 2005
6,365
1,223
126
What about?

class ATOTDork {
public static void main(String[] args){
String Me= "Virgin";
While (Me=="Virgin")
{
Wear Stupid AP Computer Science Shirt;
}
}
}
}




 

Aikouka

Lifer
Nov 27, 2001
30,383
912
126
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 :p.
 

ebaycj

Diamond Member
Mar 9, 2002
5,418
0
0
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 :p.


How about "Import Jobs"
 

cw42

Diamond Member
Jan 15, 2004
4,227
0
76
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.
 
Oct 25, 2006
11,036
11
91
int lines = 500;

public class Detention(int lines)
{

for(int i = 0; i < lines; i++)

{
System.out.println (" I will not code in Class")
}

}

 

hans007

Lifer
Feb 1, 2000
20,212
18
81
yeah it probably should have stayed c++ , c++ is just something you NEED to learn.

i know when i took it (and this was like 1998 ancient times) they had just switched over to c++ from pascal. i actually took it twice, there was an A test or something , and an AB test, so i took it again for AB with c++

seeing as i get paid to write code in c++ (and i've written code in java and things like perl/ ruby too) the one that you probably should know first is c++. all the rest you can learn.
 

Kelvrick

Lifer
Feb 14, 2001
18,422
5
81
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.

You dont like butt seckz?
 

TuxDave

Lifer
Oct 8, 2002
10,571
3
71
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;
}
}
}
}

lol
 

mundane

Diamond Member
Jun 7, 2002
5,603
8
81
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()