Search:

Type: Posts; User: EdMarx

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,102

    Sorry I didnt get an email saying anyone replied...

    Sorry I didnt get an email saying anyone replied to this thread so I havent checked it since I wrote it.
    I glad to see so many responses. Up front I would like to say Im relatively this program is...
  2. Replies
    5
    Views
    5,102

    Logic To Find Least Common Number Combination

    Hello,
    I have been struggling with this program.
    I am somewhat new to c and suck at logic.
    I have a personal program I want to make that I will try to get extra credit for in school.
    I have a...
  3. Replies
    16
    Views
    6,966

    ??

    Ok.
    This is why I need to understand things better.
    I dont like using formulas and functions I don't fully, understand so..... I will keep practicing.
    I thought that it was the difference between...
  4. Replies
    16
    Views
    6,966

    n00b++

    Ok guys (and gals)

    This is what I have so far.




    #include <stdio.h>
    #define TOP_INCOME 100
    #define TOP_TIER 80
  5. Replies
    16
    Views
    6,966

    Yes. I know the range is between 95% and 99%...

    Yes.
    I know the range is between 95% and 99%
    because the users income is > 33700 (bottom of the tier he is in)
    and < 47499(top of tier he is in.

    I also know the user is 45.65% from 33700 to...
  6. Replies
    16
    Views
    6,966

    still n00b

    Yes.
    So far I know.

    a. The users income is in the top 95% of the world (5% tier)
    b. The tier ranges from 47500 to 33700 (13800 difference)
    c. The user is 6300 over the bottom of the tier he is...
  7. Replies
    16
    Views
    6,966

    ITT

    Wow! You have no idea what a compliment that is.
    I try but I just feel like there is soooo much I dont know.
    For instance I dont even know why I use int main as opposed to void main
    or
    (other...
  8. Replies
    16
    Views
    6,966

    I think I might be onto something. Or I could be...

    I think I might be onto something.
    Or I could be completly off


    difference=TOP_ONE-TOP_FIVE;
    //which is 13800
    //6300 is the income above 95%
    //do...
    j=13800/6300
    //j = .27
  9. Replies
    16
    Views
    6,966

    Here is the chart I am going by. Global Rich...

    Here is the chart I am going by.

    Global Rich List

    There are 8 tiers and I would like to factor what is over each tier into the total percentage
  10. Replies
    16
    Views
    6,966

    New to programming - Lack math skills

    Hello,
    I just finished my first programming class and find myself lacking any programming skill. I obviously need to take a math class, but for now would like to learn as much as possible till next...
Results 1 to 10 of 10