Most Random Thread...

Status
Not open for further replies.
:cool:
 

Attachments

  • fat.jpg
    fat.jpg
    40.2 KB · Views: 61
this applies to me right now
#5273 +(5596)- [X]

<erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
 
Statement 1: Statement 2 is true
Statement 2: Statement 1 is false

I've got a lovely bunch of coconuts, there they are; all standing in a row.
Big ones, small ones, some are as big as your head.
 
Trogdor was a man! Maybe, he was a dragon man! or maybe he was just a dragon! But he was still TROGDOR!! Burninating the peasants! Burninating the people in their Thatched-Roof Cottages! THATCHED-ROOF COTTAGES!! And the Dragon comes in the NIIIIIGHT!!!
 
#include <iostream.h>
void main

double x
double y
{
cout<<"Enter a #"<<endl;
cin>>x;
cout<<"enter a 2nd #"<<endl;
cin>>y;
cout<<"this is the sum"<<x+y;
}
 
while (1)
{
cout << "This is the song that never ends.\n"
cout << "Yes it goes on and on my friends.\n"
cout << "Some people started singing it not knowing what it was.\n"
cout << "But they'll continue singing it for ever just because....\n"
}
 
Dim x as integer
dim msg as string

do until x = x+1

msg= msgbox("This is the song that never ends. Yes it goes on and on my friends. Some people started singing it not knowing what it was. But they'll continue singing it for ever just because....")

Next X

End
 
PROGRAM:SLOPE
:ClrTable
:AxesOn
:ZStandard
:Input "X1=",Q
:Input "Y1=",R
:Input "X2=",S
:Input "Y2=",T
:If Q-S=\=0
:Then
:(R-T)/(Q-S)¨M
:R-MQ¨B
:DrawF MX+B
:Text(2,5,"EQUATION IS"
:Text(8,5,"Y=",M,"X+",B
:Else
:ClrHome
:Text(2,5,"SLOPE UNDEFINED"
:Text(8,5,"EQUATION OF LINE"
:Text(15,5,"X=",Q
:Verticle Q

Enjoy!
 
Status
Not open for further replies.

Latest Posts

Back