Registered: Jul 2004
Location: human beings must stop killing other human beings.
quote:
Originally posted by La5eR
Yes you were right it wouldnt have compiled. I had an = and not an == thnx for the error.
& the fact that you are missing other elements to the program...
___________________
Died Tragically Rescuing His Family From The Wreckage Of A Destroyed Sinking Battleship
Nov-14-2004 16:42
b.cl4y
tranceaddict in training
Registered: Nov 2004
Location: Chicago, USA
int i = 0;
while (i == 0)
{
System.out.println("STOP USING JAVA CODE IN POSTS!")
}
___________________
- Bill Clay
Nov-14-2004 19:24
OrZonE
Sp'ik'ars aDDicT
Registered: Nov 2001
Location: NY - Toronto, Canada
quote:
Originally posted by b.cl4y
int i = 0;
while (i == 0)
{
System.out.println("STOP USING JAVA CODE IN POSTS!")
}
while (0 == 0)
{
System.out.println("STOP USING JAVA CODE IN POSTS!");
}
would be FAR more efficient
___________________
Failed at becoming a god...
Nov-14-2004 23:42
rez
infected
Registered: May 2001
Location: at your local chemist
dissapointing
keep beleiving that code will one day unlock the matrix allowing you to master the universe... YES THERES HOPE
geeks pfft
Nov-15-2004 00:17
AnotherWay83
The B00b Maintenance Guy™
Registered: Aug 2000
Location: land of d(-_-)b
quote:
Originally posted by OrZonE
while (0 == 0)
{
System.out.println("STOP USING JAVA CODE IN POSTS!");
}
would be FAR more efficient
actually the following would be even better:
while (true) {
//rest same as yours
}
OK NOW EVERYBODY STOP thx bye
Nov-15-2004 01:13
OrZonE
Sp'ik'ars aDDicT
Registered: Nov 2001
Location: NY - Toronto, Canada
quote:
Originally posted by AnotherWay83
actually the following would be even better:
while (true) {
//rest same as yours
}
well...I haven't coded for a while...so there!
___________________
Failed at becoming a god...
Nov-15-2004 04:21
Shemeck
Supreme tranceaddict
Registered: Jun 2003
Location: Miami
program doesnt work it suppose to be
public class vagina
{
public static void main (String[] args)
{
System.out.println("TOP 10 THINGS MEN WOULD DO IF THEY WOKE UP AND HAD A VAGINA FOR A DAY:");
System.out.println("10. Immediately go shopping for zucchini and cucumbers.");
System.out.println("9. Squat over a hand mirror for an hour and a half.");
System.out.println("8. See if they could finally do a split.");
System.out.println("7. Cross their legs without rearranging their crotch.");
System.out.println("6. Get picked up in a bar in less that 10 minutes");
System.out.println("5. Have consecutive multiple orgasms and still be ready for more without sleeping first.");
System.out.println("4. Go to the gyno and ask to have the examination recorded on video.");
System.out.println("3. Sit on the edge of the bed and pray for breasts, too.");
System.out.println("2. Actually catch a buzz off 1 wine cooler.");
System.out.println("And the # 1 thing a man would do is:");
System.out.println("1. Finally find that damn G-spot.");
}
}
Nov-15-2004 05:10
N|te-L|fe
I saw GOD, now I can die
Registered: May 2003
Location: Quebec
quote:
Originally posted by echosystm
the joke itself is mildly hilarious but was ruined by nerdy rambling
___________________
Nov-15-2004 08:39
Rob
Supreme tranceaddict
Registered: Jun 2004
Location: Adelaide Australia
test
test
test
test
Nov-16-2004 12:21
Rob
Supreme tranceaddict
Registered: Jun 2004
Location: Adelaide Australia
TOP 10 THINGS MEN WOULD DO IF THEY WOKE UP AND HAD A VAGINA FOR A DAY:
10. Immediately go shopping for zucchini and cucumbers.
9. Squat over a hand mirror for an hour and a half.
8. See if they could finally do a split.
Nov-16-2004 12:30
Rob
Supreme tranceaddict
Registered: Jun 2004
Location: Adelaide Australia
quote:
Originally posted by Rob TOP 10 THINGS MEN WOULD DO IF THEY WOKE UP AND HAD A VAGINA FOR A DAY:
10. Immediately go shopping for zucchini and cucumbers.
9. Squat over a hand mirror for an hour and a half.
8. See if they could finally do a split.
import java.io.*;
import java.lang.*;
public class textColors{
public static void main(String[] args)throws IOException{
BufferedReader stdin = new BufferedReader(
new InputStreamReader(System.in));
System.out.println("Enter a string: ");
String in = stdin.readLine();
String red = "[COLOR=red*]";
String redC = "[/COLOR*]";
String blue = "[COLOR=green*]";
String blueC = "[/COLOR*]";
String green = "[COLOR=YELLOW*]";
String greenC= "[/COLOR*]";