Search:

Type: Posts; User: belch

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,179

    Where would the for statement go? When we use...

    Where would the for statement go?

    When we use ++ our error no says needs 1 value
  2. Replies
    7
    Views
    1,179

    We are trying to make a chart with months in...

    We are trying to make a chart with months in column A starting at 1 going to 36. Addin gone each time.

    So far we have

    ......


    {
    while (MONTH<=36)
    {printf("%d\n",MONTH);
  3. Replies
    7
    Views
    1,179

    We are trying to make a chart with months in...

    We are trying to make a chart with months in column A starting at 1 going to 36. Addin gone each time.

    So far we have

    ......


    {
    while (MONTH<=36)
    {printf("%d\n",MONTH);
  4. Replies
    7
    Views
    1,179

    Can anyone help me with a while loop?

    I am having problems with a while loop. I have a .pdf file of what I amtrying to do. Maybe I could email it to someone and get some help or chat on AIM or MSN. Can anyone help?
Results 1 to 4 of 4