RE: 1000 - SirFrog - 10-05-2008
82=41*2
RE: 1000 - snorsorbet - 10-05-2008
83=01010011 (binary)
and it is the 23rd prime number
RE: 1000 - SirFrog - 10-05-2008
84, because of no apparent reason.
But, in case it is neccesary:
84=Meaning of life, universe and everything * Meaning of life, universe and everything=42*42 ^^
RE: 1000 - snorsorbet - 10-05-2008
[offtopic]
42*42>84
[/offtopic]
85, 85 is 200-115
RE: 1000 - SirFrog - 10-05-2008
Crud!
Ah well, 86>0 ^^
RE: 1000 - snorsorbet - 10-06-2008
87<87.000000000000000000000000000000000000000000000000000000000000000000000000000...000001
RE: 1000 - Silverthorn - 10-06-2008
you want mathma? you'll get mathma! 
RE: 1000 - vktewari - 10-06-2008
using System;
class Forum_Game
{
static void Main()
{
int x = 45, y = 44;
x = x + y;
Console.WriteLine("{0} is the result for these forum gamers. ",x);
}
}
RE: 1000 - snorsorbet - 10-06-2008
[oftopic]
x = x + y;
Is that really true? That would mean that X = 0 and Y = 0, that doesn't have anything to do with 89 right?
[/oftopic]
Let's do some easy geometrics xD
C = 565.4866776
C / [Pi] = 2R
565.4866776 / 3.14159265 = 2R
565.4866776 / 3.14159265 = 180
C / [Pi] = 180
C / 2[Pi] = 90
And that's how I got to 90
RE: 1000 - Silverthorn - 10-06-2008
no, vktewari set the values of x and y to 45 and 44 and added them ;)
/off-topic
JAVA-Code:
public class something{
public static void main(String[] args) {
final int POST_NO = 91;
for(int i = 1; i <= POST_NO; i++) {
if (i < POST_NO)
System.out.println(POST_NO - i + " lines left till " + POST_NO);
else
System.out.println(POST_NO + " reached =D");
}
try {Thread.sleep(1000)}
catch(InterruptedException e) {}
System.out.println("\nBOOM, done!");
}
}
|
|