On Jan 27, 11:07 am, "Grizlyk" <grizl...@yandex.ru> wrote:
> What kind of C++ problem did you find?http://www.parashift.com/c++-faq-lite/how-to-post.html
Aha, couldn't find an FAQ anywhere - thanks for the link. Sorry if my
topic has violated some obvious rules. I'm aware of the controversy
over asking for homework help - and I'm not after a quick solution so
I don't have to do any work!
Well, basically, runing this program gives me the following output
(bearing in mind that it is different every time due to rand());
-0.950662 0.220462 -0.696894
-0.696521 -0.43253 0.466966
0.298691 0.104779 -0.981414
For row 1, the absolute value of -0.950662 is definitely NOT greater
than the absolute values of 0.220462 and -0.696894 added together.
For row 2, the absolute value of -0.43253 is also not greater than
-0.696521 and 0.466966 added together.
For row 3, only by coincidence, is the absolute value of -0.981414
greater than 0.298691 + 0.104779.
Does that make any more sense?