Search:

Type: Posts; User: tabstop

Search: Search took 0.09 seconds.

  1. You do have to have int a before the loop.(*) ...

    You do have to have int a before the loop.(*) And since you have it, everybody's happy.

    (*)You are allowed to have it inside the loop itself, as in


    for (int a = 0; a < 3; ++a)
  2. A constant is something like 6. Or 11. Or 253. ...

    A constant is something like 6. Or 11. Or 253. Something that is constant according to the English sense of the term.
  3. Variable Definition | Definition of Variable at...

    Variable Definition | Definition of Variable at Dictionary.com

    Constant Definition | Definition of Constant at Dictionary.com
  4. I think you mean int b(2); and similarly...

    I think you mean


    int b(2);

    and similarly for c. Also I don't believe you can use variables in case statements, only constants.
Results 1 to 4 of 5