Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Gentlemen, behold
1
Name:
Anonymous
2008-02-18 13:15
float fact(float x)
{
if x (<= 2)
return x;
else return x * (fact x--);
}
22
Name:
Anonymous
2008-02-19 0:46
>>16
My dog has no tail.
23
Name:
Anonymous
2008-02-19 1:00
>>22
How does he recurse?
24
Name:
Anonymous
2008-02-19 2:29
>>23
Terrible!
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List