So, my question is simple:
Why use do-while loops? Theyre harder to read than whiles because the condition is posted after the do command? Nesting do's looks just aweful and is REALLY hard to read. Is there anyone who uses do-while loops frequently? I've been programming for years and I've avoided it like the plague. Think I've had to use it once or twice the last couple of years but thats about it and thats only because assignments require me to.
Are there people who use it because its a useful method? Do you use it frequently and if so, why?
I'm not ranting, I'm trying to figure out if I've missed something useful
// Charlie