What is it that happens once in a year, twice a week but never in month?
Printable View
What is it that happens once in a year, twice a week but never in month?
An 'e'. Next please ;)
Which number's square root is equivalent to its cubic reciprocal?
1? And then a miracle occurs.....Quote:
Originally Posted by Madhi
Yes you are correct Tom
One small and easy question.
a*b*c*d = 12
a, b, c and d are integers with diffrent values.
What are the values of a, b, c and d.
(There may be more than one correct answer)
;)Code:int a, b, c, d;
a = 1;
b = 2;
c = 3;
d = 4;
if ( (a*b*c*d) == 12 )
{
printf("Easy...\n");
}
error error sterilize......Quote:
Originally Posted by NoHero
1*2*3*4=24???
(-1)*1*(-2)*6
or
(-1)*1*(-3)*4
etc...
...*scratching* ... Man, I just blamed myself... Sorry guess I do not know what confuses me that bad the last days. No it's not beer... It might be the women... :sick:. Thanks Tom...Quote:
Originally Posted by Tom Frohman
We had the question and answer thread, you know...
Not to mention the Math Homework Thread.Quote:
Originally Posted by Gabriel Fleseriu
No, no... that was just a regular programmer error. That's why we have debuggers. :DQuote:
Originally Posted by NoHero
What is the biggest number that you can produce using four 1's?
Won't that be 1,111 ? :rolleyes: If the number of digits is more than 4 keep adding 9 at the start !!