Comment on The Yin and Yang of ProgrammingComments−wduquette1y"Java and C, for example, have elaborate while and for statements." OK, I'll give you the `for` statement; it's remarkably complicated when you look at it. But I don't see how you can call the `while` loop elaborate.−JoelMcCracken1yDon’t forget “do while”, and the various control statements they support.−actionfromafar1yAnd continue and break
Comments
"Java and C, for example, have elaborate while and for statements." OK, I'll give you the `for` statement; it's remarkably complicated when you look at it. But I don't see how you can call the `while` loop elaborate.
Don’t forget “do while”, and the various control statements they support.
And continue and break