Search:

Type: Posts; User: rookypooky

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    10,014

    guys can you help me with this one? /*...

    guys can you help me with this one?





    /* Problem Statement:
    Write a program that reads a nonnegative integer and computes and prints its factorial.

    */
  2. Replies
    7
    Views
    10,014

    i did like this: #include ...

    i did like this:




    #include <stdio.h>

    int main()
    {
    int num;
  3. Replies
    7
    Views
    10,014

    please help me with this questions

    first one is:
    "Write a program that inputs one five-digit number, separates the number into its individual digit and prints the digits separated from one another by three spaces each.[Hint: Use...
Results 1 to 3 of 3