Search:

Type: Posts; User: abs.emailverify

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,694

    It doesnt have a main function, it is just a...

    It doesnt have a main function, it is just a user-defined function, also i want it to print out the result but was not doing that.

    [QUOTE=abs.emailverify]


    float quadratic(float x1, float x2)...
  2. Replies
    5
    Views
    3,694

    Quadratic Function

    Hello all,
    I want to rewrite the quadratic equation as a function and as a function in the main. Below are the two programs but was not giving accourate answer.

    For the function alone:


    float...
  3. Replies
    14
    Views
    1,550

    Honestly, i dont know what I could have done...

    Honestly, i dont know what I could have done without the able and intelligent people in this forum, I did it and it works great. Thanks so much.
  4. Replies
    9
    Views
    2,198

    God bless you, it works very fine.

    God bless you, it works very fine.
  5. Replies
    14
    Views
    1,550

    I use Borland C 5.5 and got the same error as...

    I use Borland C 5.5 and got the same error as well.
  6. Replies
    14
    Views
    1,550

    Help with this quadratic

    Hello all,
    I hope I am not bombarding you with my problem but I need to know what was wrong with the code below:



    /* program to calculate the root of a quadratic equation*/
    #include <stdio.h>...
  7. Replies
    9
    Views
    2,198

    Changed, now looping but not calculating. I am...

    Changed, now looping but not calculating. I am doing something wrong. Please help me out.


    /* program to calculate the cumulative products of a set of numbers*/
    #include <stdio.h>
    #include...
  8. Replies
    9
    Views
    2,198

    Done it now and still the same problem persists ...

    Done it now and still the same problem persists


    /* program to calculate the cumulative products of a set of numbers*/
    #include <stdio.h>
    #include <math.h>
    main()
    {
    float num,...
  9. Replies
    9
    Views
    2,198

    Program not looping

    Hello all,
    Please I need your help again as I am stuck. I wrote a program to calculate the cumulative product of set of numbers. The program compiled but was not looping. Below is the code



    /*...
  10. Thank you a lot. I have done it and is working. I...

    Thank you a lot. I have done it and is working. I so much appreciate your effort in helping me solve this problem.
  11. I did that but I am not getting the correct...

    I did that but I am not getting the correct answer, I use my calculator and I got a different answer. No matter the values I entered I got 1.00 as answer or maybe I am doing something wrong?
  12. Thank you so much, it works. But i want to...

    Thank you so much, it works.

    But i want to calculate x^y(x raise to power y) and dont how to write the statement in C, anyone here to help?
  13. C program compile but not doing the calculations

    Hello all,
    I wrote a C program and I compile with Miracle C - a C compiler software, the program was compiled successfully but does not do any calculations under it. All the calculations I put there...
Results 1 to 13 of 13