Search:

Type: Posts; User: blk007

Search: Search took 0.00 seconds.

  1. Thread: Simple Loop

    by blk007
    Replies
    6
    Views
    1,145

    Im trying to write a C program to prompt the user...

    Im trying to write a C program to prompt the user to enter 9 integers and then display them in 3 lines all seperated by commas.
    example:
    1, 2, 3,4,5, 6, 7, 8, 9

    1,2,3
    4,5,6
    7,8,9

    This is...
  2. Thread: Simple Loop

    by blk007
    Replies
    6
    Views
    1,145

    Simple Loop

    Im trying to write a C program to prompt the user to enter 9 integers and then display them in 3 lines all seperated by commas.
    example:
    1, 2, 3,4,5, 6, 7, 8, 9

    1,2,3
    4,5,6
    7,8,9

    This is...
Results 1 to 2 of 2