Search:

Type: Posts; User: M_A_T_T

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    988

    So would it go like: if (b < 0) {...

    So would it go like:


    if (b < 0)
    {
    printf("-%gx +", b);
    }
    if (b > 0)
    {
    printf("%gx +", b);
  2. Replies
    2
    Views
    988

    Help With Functions

    Hello I am creating a program that solves the quadratic equation ax^2 + bx +c.

    I have this program almost complete except the output of the equation in the function called display_quadratic. I...
Results 1 to 2 of 2