Hi everyone,
How're you doing?
One simple question is about the do while loop.
Even though I know that loop will always execute at least once.
The general form is
do{
statments;
}while(condition);
However, I don't get the meaning of one example in my textbook.
The example is as follows:
Is that any problems about the boolean expression in the two do while condition
(ch == '\n'| ch =='\r') , (answer !=ch)
Could anyone explain that code please?
Thank you very much
Larry
[ edited to preserve formatting using the [code] and [/code]
UBB tags -ds ]
[ June 23, 2002: Message edited by: Dirk Schreckmann ]