#Java Assignment help
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
I uploaded your attachments as Gist. This makes them more accessible, for example to mobile users.
You called super in your constructor
Call this
this()
It will then reuse your other contructor that call super
I dunno if it is the cause, but it is a cause of confusion.
@torn patio
yeah i just replaced the super with this(). its till 72.73 correctness
Wait you found -1.5? Or -0.66?
What is the test result and what it your result?
In ax+b=c you do (c-b)/a right?
A and B are switched no?
In your linear equation.
In find solution
it shows " "hint": "Did not find expected solution -1.5 in [-0.6666666666666666] for equation 3.00x + 2.00 = 0" but that is correct. -0.6 is the answer for 3.00x + 2.00 = 0
yeah i was switching them because the only way I would get -1.5 is if it was -3.00 divided by 2.00 instead
So the test think the solution is -1.5
Re-read the equation in the log
It say 2x+3=0