Search:

Type: Posts; User: LearningCCode

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    5,765

    Void Function

    Hello I have been encountering some problems with my void function coding. When I enter my three values the command prompt just stops and nothing happens, I would appreciate any advice thanks.


    ...
  2. Replies
    5
    Views
    4,551

    I have worked out something similar such as ...

    I have worked out something similar such as



    printf("\n\n");


    for(i = 2; i <= 10; i+=2)
    {
    for(j = 2; j <= i; j+=2)
  3. Replies
    5
    Views
    4,551

    How do I achieve the different values on every...

    How do I achieve the different values on every line?

    1
    2 4
    1 3 5
    2 4 6 8
    1 3 5 7 9
    2 4 6 8 10 12

    I know how to do it if it was just 1, 1 3 5, 1 3 5 7 9. But how do I work out two different...
  4. Replies
    5
    Views
    4,551

    Nested Loop help

    hello everyone,

    I am trying to achieve a nested loop to post the following on the prompt:

    1
    2 4
    1 3 5
    2 4 6 8
    1 3 5 7 9
    2 4 6 8 10 12
Results 1 to 4 of 4