Beau Osborne
2005-09-13 06:07:14 UTC
Test Case results:
choose(10, 2) = 45
choose(3, 2) = 3
choose(17,17) = 1
choose(4, 1) = 4
choose(1, 0) = 1
--------------------
choose(100,50) = 0 (error code --> [Breakpoint] Occurred and Ignored)
Any ideas on what might be causing this error?
Also, if anyone has any other results to the program that they can post that
would be great.
choose(10, 2) = 45
choose(3, 2) = 3
choose(17,17) = 1
choose(4, 1) = 4
choose(1, 0) = 1
--------------------
choose(100,50) = 0 (error code --> [Breakpoint] Occurred and Ignored)
Any ideas on what might be causing this error?
Also, if anyone has any other results to the program that they can post that
would be great.