Search:

Type: Posts; User: MaryJ

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,440

    How to call a function in the "main" function

    How do I call a function in the "main" function??
    I know the format is: type name(parameter1, parameter, 2...) { statements }


    For example this function writen below... how would I call it in...
  2. Replies
    1
    Views
    966

    Print Nx2 square table

    **************** Print Nx2 square table *****************


    So my program is suppose to look like this...

    Number Square
    1 1
    2 4
    3 9
    4 16
  3. Replies
    1
    Views
    1,149

    Print multiplication table

    **************** Print multiplication table ******************

    My program is kinda good, but not really. I'm missing the left side so that my program looks like this....

    1 2 3 4 5 ...
  4. calculate the sum of all the even numbers between the range the user inputs

    ***************** Calculate the sum of all the even
    numbers between the range the user inputs *************

    This is what I have so far... but something is wrong and I can't figure it...
  5. display all the odd numbers between the range the user inputs

    ****************** Display all the odd numbers
    between the range the user inputs ************

    I need help putting this into c language^^^

    I tried to write it out but I'm...
  6. Replies
    5
    Views
    1,802

    Re: program to calculate definite integration

    alrighty, i'll work on it. thanks
  7. Replies
    5
    Views
    3,531

    Re: n factorial program in C

    Thanks, that helped. I figured it out
  8. Replies
    5
    Views
    1,802

    Re: program to calculate definite integration

    I'm using C... Is there a way to write in in a for loop? I have no clue what I'm doing, an explaination of a program would also be very helpful. Thanks
  9. Replies
    5
    Views
    3,531

    Re: n factorial program in C

    Is there a way to fix the first one? I need to use a for loop to complete the problem. The if/else is for the condition zero (0).
  10. Replies
    5
    Views
    1,802

    program to calculate definite integration

    HOw do I write a program to calculate definite integration? Please explain
  11. Replies
    5
    Views
    3,531

    n factorial program in C

    I've writtin a program in C to calculate the n!(n factorial) but I am obviously doing somthing wrong because I keep getting errors and I think it has something to do with the z=n; and if statements....
Results 1 to 11 of 11
Page generated in 1,714,233,140.48991 seconds with 13 queries