Search:

Type: Posts; User: foofoo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,158

    Question about arrays?? PLease read..

    Ok, I'm not an expert here of course but I'm having a difficult time with array's. Here's the question...

    User enters in a number regarding how many inputs to be entered (ie. 2.3, 4.5, 2.0). Then...
  2. I tried using floats but didn't work. Here is a...

    I tried using floats but didn't work. Here is a small part of the program. Hope you can help.

    #include<stdio.h>
    #include<math.h>


    // Main

    void main(void)
    {
  3. Need help with this formula -b/2a..Please read.

    I am a newbie here so please be kind. I am writing a program that will tell the user the vertex of a parabola. The formula for a parabola is y=ax^2+bx+c. To find the vertex of the parabola you use...
Results 1 to 3 of 3