Quote from: Chicky on Fri 04/06/2010 12:32:15
Why has the doctor developed into a gay icon?
Because he's a character who's male, and on TV. What have you got against gay icons, anyway?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Chicky on Fri 04/06/2010 12:32:15
Why has the doctor developed into a gay icon?
// Set the first one
Rainbow[0]=Random(10);
// Make the second one not equal the first
while (Rainbow[1]==Rainbow[0]){
Rainbow[1]=Random(10);
}
// Make the third not equal either of the first two
while ((Rainbow[2]==Rainbow[0])||(Rainbow[1]==Rainbow[2])){
Rainbow[2]=Random(10);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.101 seconds with 14 queries.