Quote:
Originally Posted by miserman
A plan reach London to New york in one and half hour, going back from New york to London same plane reach London in 90 minutes. Why is this so?
|
Code:
$hour = 60;
if(1 * $hour + 0.5 * $hour) == 90 {
$thesame = true;
}
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 11-16-2009 at 01:26 PM..
Reason: parse error at line 4. Unexpected T_string
|