Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Re: My code have a simple error but i dont know how to solve it !!!

    Like I said, there are lots of errors in your code.


    Your methods are wrong. Delete ;
    d is a duplicate variable.
    valor_a, valor_b etc are undefined.


    Plus x = -b + Math.pow (d;1/2)/2*a;...
  2. Re: My code have a simple error but i dont know how to solve it !!!

    Those images are too small to see the errors.

    What seems to be the problem exactly? Please give us as much detail as possible.

    Looking at the code, I can see lot's of errors straight away. I...
Results 1 to 2 of 2