![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> I have an assignment where i have to enter methods into a quadratic class. the folowing methods must be used: > // YOUR NAME HERE > import jpb.*; > // Get the coefficients from the user > discriminant = computeDiscriminant(a, b, c); > if (discriminant > 0) > // methods go here. > I know this is huge, any help is appreciated. > James What exactly are you stuck on? If you want someone to write those methods for you, I doubt you'll find someone who is willing to help. If, on the other hand, you've attempted to write those methods and you're stuck, just post what you have written (or attempted) and what exactly you're stuck on.
Replies: |
Sponsored Links
|