Search:

Type: Posts; User: joker209

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,225

    Run result should be something like this Enter...

    Run result should be something like this

    Enter an integer
    8 93 92
    1 0 1
    Press any key to continue
  2. Replies
    11
    Views
    1,225

    from reading the problem more closely now and...

    from reading the problem more closely now and testing my program, none of the code in this thread enable someone to enter series of numbers(more than one) and reads them in one at a time and inputs...
  3. Replies
    5
    Views
    3,242

    Thanks everyone for the help, I finally got the...

    Thanks everyone for the help, I finally got the program to run
  4. Replies
    5
    Views
    3,242

    thanks for the reply but all the number need to...

    thanks for the reply but all the number need to mutiply by 2 to be correct.

    example from your program

    6! = 60 but it suppose ot equal 120
  5. Replies
    11
    Views
    1,225

    if anyone can correst my program by rewriting he...

    if anyone can correst my program by rewriting he whole program it would be helpful because i dont really get what to so to correct it.
  6. Replies
    5
    Views
    3,242

    factorial problem

    write a program that evaluates the factorial of the integer 1 to 5. print result in tabular format.




    #include <stdio.h>

    long factorial(long number);
    int main()
    {
  7. Replies
    11
    Views
    1,225

    help would be appreciated(newbie at this)

    Heres the problem

    Write a program that inouts a serie of integer and pass them one at a time to function even which use the remainder operator to determine if an integer is even. The function...
Results 1 to 7 of 7