Search:

Type: Posts; User: Click_here

Search: Search took 0.02 seconds.

  1. I'm so sorry - I don't know what I was thinking...

    I'm so sorry - I don't know what I was thinking typing that. I think that I was thinking of num &1.

    You are right. I've been misreading things all day. I'm sorry again!!
  2. You should post your problem in the C++ forum ...

    You should post your problem in the C++ forum



    if (num % 2 == 0 && num > 0)
    {
    evencount++;
    sum1=num++;
    sumeven = sum1 + sumeven;
    }
Results 1 to 2 of 2