Search:

Type: Posts; User: dscrudato21xo

Search: Search took 0.17 seconds.

  1. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    actuallly i would prefer if it included methods and returned them this way...

    can you look this one over and make any changes to fix it pleaseee :)


    import java.util.*; //so that I can use...
  2. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    okayy so maybe you can help me make it so the user can be in control using the scanner??
  3. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    thanks!! do i have to show that i got the variable a b and c from a certain formula or no??
  4. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    i wrote the algorithm and started...

    algorithm is
    1. get the numbers for variables a,b and c from the given equation 0= ax^2 + bx +c.
    2. declare the variables with their given numbers.
    3.plug...
  5. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    help pleasee
  6. Replies
    14
    Views
    6,667

    help!! quadratic program

    write a method called quadratic that solves quadratic equations and prints their roots. recall that a quadratic equation is a polynomial equation in terms of a variable x of the form ax^2 + bx + c =...
Results 1 to 6 of 7