I'm 6"3', how about you?
Printable View
I'm 6"3', how about you?
A lowly 5'10"
about 6"2' but its been a while since i measured myself
5'9" in my stockin' feet :D
well im shorter then all of u :)
6' Exactly.
Bored Amarjit?
same here B)Quote:
Originally posted by Amarjit@31 October 2003 - 19:42
I'm 6"3', how about you?
i'm about the same, but i'm a better pool player... :-"Quote:
Originally posted by Lamsey@31 October 2003 - 18:45
A lowly 5'10"
5' 7"...but im still growing :lol:
Quote:
A lowly 5'10"
me 2
same here B) [/b][/quote]Quote:
Originally posted by Energizer_God+31 October 2003 - 18:50--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Energizer_God @ 31 October 2003 - 18:50)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Amarjit@31 October 2003 - 19:42
I'm 6"3', how about you?
And here.
Yeah, pretty much ... I can't seem to progress in my CS: CZ mission. :rolleyes:Quote:
Originally posted by Damnatory@31 October 2003 - 18:49
6' Exactly.
Bored Amarjit?
I just realised, in my original post, I put 6 inches, 3 feet :huh:
That ought to have been 6'3". :lol:
185 cm
And here. [/b][/quote]Quote:
Originally posted by jay973+31 October 2003 - 18:55--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (jay973 @ 31 October 2003 - 18:55)</td></tr><tr><td id='QUOTE'>Quote:
Originally posted by Energizer_God@31 October 2003 - 18:50
<!--QuoteBegin-Amarjit
Quote:
@31 October 2003 - 19:42
I'm 6"3', how about you?
same here B)
Me too........and a 1/4 :lol: :lol:
Jonno B)
And me :)Quote:
Originally posted by MetroStars@31 October 2003 - 19:54
Quote:
A lowly 5'10"
me 2
Yeah, pretty much ... I can't seem to progress in my CS: CZ mission. :rolleyes:Quote:
Originally posted by Amarjit+31 October 2003 - 14:57--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Amarjit @ 31 October 2003 - 14:57)</td></tr><tr><td id='QUOTE'><!--QuoteBegin-Damnatory@31 October 2003 - 18:49
6' Exactly.
Bored Amarjit?
I just realised, in my original post, I put 6 inches, 3 feet :huh:
That ought to have been 6'3". :lol:[/b][/quote]
Haven't you heard of the http://www.klboard.ath.cx/style_imag...843/p_edit.gif button, Amarjit ???
Btw, 6'2"
im 165 cm which is about 5'4' i thinks ;)
scribble is just a bit shorter than me :P
5'9" here
Thanks to Imperial converter :D
6ft.
I'm 6ft 2". If cinemas had less cramped seats then I wouldn't have to rip off the industry so much.
I'm 6ft 4", slightly taller with stilettos (jk)
Btw..this yellow hurts my eyes :(
Marc, how tall am I again? I keep forgetting (stoopid english measures)
Skweeky...youre 4ft 6" :rolleyes:
Actually I lied ...Skweeky is about 5ft 8"
bra size? :lol:
.........2
Erm...I'm going by hand measurments but I reckon about 34BQuote:
Originally posted by Skweeky@31 October 2003 - 21:00
bra size? :lol:
Erm...I'm going by hand measurments but I reckon about 34B [/b][/quote]Quote:
Originally posted by mrcall1969+31 October 2003 - 21:08--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (mrcall1969 @ 31 October 2003 - 21:08)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Skweeky@31 October 2003 - 21:00
bra size? :lol:
stoopid english measures <_<
190.5cm
im 5'5 one .1 extra than what i thought :D
stoopid english measures <_< [/b][/quote]Quote:
Originally posted by Skweeky+31 October 2003 - 21:10--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Skweeky @ 31 October 2003 - 21:10)</td></tr><tr><td id='QUOTE'>Quote:
Originally posted by mrcall1969@31 October 2003 - 21:08
<!--QuoteBegin-Skweeky
Quote:
@31 October 2003 - 21:00
bra size? :lol:
Erm...I'm going by hand measurments but I reckon about 34B
Well...it's about.... ( o ) ( o )......that size (in proportion of course)
Btw If anyone has a picture of Homer pointing his ass to the camera and pointing to it...can I have it for my Sig pwease :rolleyes: :rolleyes:
5'10" and a half last time i checked - i think i've stopped growing though :(
no, I meant that those sizes are different too then. Over here it starts from 70, so I have 85B for example
if your as old as guy in pic no wonder you stopped growing !! :lol:
import javabook .*;
public class CmsToFeet
{
public static void main (String [] args)
{
final double CMS_TO_FEET = 2.54;
final int INCHES_TO_FEET = 12;
MainWindow mainWindow1;
InputBox inputBox1;
OutputBox outputBox1;
double numbercm = 0;
double conversion = 0;
double numberinch = 0;
int numberft = 0;
mainWindow1 = new MainWindow ("Cms To Feet and Inches Convertor");
mainWindow1.setVisible (true);
inputBox1 = new InputBox (mainWindow1);
numbercm = inputBox1.getDouble("Please enter a number of centimetres");
conversion = numbercm/CMS_TO_FEET;
numberft = (int) conversion/INCHES_TO_FEET;
numberinch = conversion%12;
outputBox1 = new OutputBox (mainWindow1);
outputBox1.setVisible(true);
outputBox1.skipLine(1);
outputBox1.printLine(numbercm + "cm is:");
outputBox1.skipLine(1);
outputBox1.printLine(numberft + " feet, " + numberinch + " inches");
}
}
show off.Quote:
Originally posted by 3rd gen noob@31 October 2003 - 20:22
import javabook .*;
public class CmsToFeet
{
public static void main (String [] args)
{
final double CMS_TO_FEET = 2.54;
final int INCHES_TO_FEET = 12;
MainWindow mainWindow1;
InputBox inputBox1;
OutputBox outputBox1;
double numbercm = 0;
double conversion = 0;
double numberinch = 0;
int numberft = 0;
mainWindow1 = new MainWindow ("Cms To Feet and Inches Convertor");
mainWindow1.setVisible (true);
inputBox1 = new InputBox (mainWindow1);
numbercm = inputBox1.getDouble("Please enter a number of centimetres");
conversion = numbercm/CMS_TO_FEET;
numberft = (int) conversion/INCHES_TO_FEET;
numberinch = conversion%12;
outputBox1 = new OutputBox (mainWindow1);
outputBox1.setVisible(true);
outputBox1.skipLine(1);
outputBox1.printLine(numbercm + "cm is:");
outputBox1.skipLine(1);
outputBox1.printLine(numberft + " feet, " + numberinch + " inches");
}
}
damn n00bla's.
i wrote it all meself too... :DQuote:
Originally posted by noname12@31 October 2003 - 20:23
show off.
damn n00bla's.
(i'm a java n00b, by the way)
i wrote it all meself too... :DQuote:
Originally posted by 3rd gen noob+31 October 2003 - 20:25--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (3rd gen noob @ 31 October 2003 - 20:25)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-noname12@31 October 2003 - 20:23
show off.
damn n00bla's.
(i'm a java n00b, by the way) [/b][/quote]
Well your gonna have to teach me it now, you made me all jelous <_<
n00bla's always trying to impress.
import javabook.*;Quote:
Originally posted by noname12@31 October 2003 - 20:26
Well your gonna have to teach me it now, you made me all jelous <_<
n00bla's always trying to impress.
public class SampleTest1
{
public static void main(String[ ] args)
{
MainWindow mainWindow1 = new MainWindow("Sample Test 1");
InputBox inputBox1 = new InputBox(mainWindow1);
OutputBox outputBox1 = new OutputBox(mainWindow1);
mainWindow1.setVisible(true);
int weight = 0;
int bmi = 0;
double height = 0;
weight = inputBox1.getInteger("Weight in kilograms (as a whole number e.g. 73");
height = inputBox1.getDouble("Height in metres (as a real number e.g. 1.82");
bmi = (int) (weight/(height*height));
outputBox1.setVisible(true);
outputBox1.printLine("For a weight of " + weight + " kilograms" );
outputBox1.printLine("And a height of " + height +" metres" );
outputBox1.skipLine(1);
outputBox1.printLine("The BMI is "+ bmi);
}
}
:rolleyes:
I'm a lowly 5'2" (5'3" if I'm really lucky)
I'm not the shortest one here am I? :blink:
n00bla dont make me VB'isualise it. :PQuote:
Originally posted by 3rd gen noob@31 October 2003 - 20:27
:rolleyes: