Forums Register Login

wrong output

+Pie Number of slices to send: Send
need help in identifying the problem with my program.anytime i run and compute the values i get a wrong answer.thanks for ever listening hears.
+Pie Number of slices to send: Send
It is the cast that is the problem; with likely values for p, you end up with a fractional result; if you cast it to an integral number, that converts it to 0. Get rid of the cast and return a double from the comb(int, int, double) method.

[edit] not comb(int, int, double), but binomial(int, int, double) [/edit]
[ November 12, 2006: Message edited by: Campbell Ritchie ]
+Pie Number of slices to send: Send
i removed the casting and it gave me an error message("possible loss of precission").please could you gave me a sample of what to add or to rovemove.thanks in advance.
+Pie Number of slices to send: Send
Can i get some understanding why you inherit from JPanel, and not JFrame?(anybody help please)
+Pie Number of slices to send: Send
Well if you inherit from JPanel you could put this panel in an container you choose. However JFrame is a top level container and has support for window events (like closing), menus, etc.

In this small example I don't think its very important. But you won't find yourself extending JFrame very often if at all. You don't need to extend JFrame to make a swing app - just use the existing class.

Of course this class doesn't need to extend JPanel either it could create it by composition then add the internal JPanel to the Frame.
There were millions of the little blood suckers. But thanks to this tiny ad, I wasn't bitten once.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 965 times.
Similar Threads
Multipying array elements together
method construction trouble
wrong output and exception problem
Multiplying elements of two arrays together
FlowLayout manager wont work
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 00:14:55.