Necessity of "while" loop when there is already "for" loop.
843785Aug 2 2008 — edited Aug 2 2008Hi ,
Can you please tell me why the "while" loop is present when there is already "for" loop.
I can do all the things which "while" can do using "for".
Is "while" loop a redundant feature ?