in exam watch : Remember, continue statements must be inside a loop; otherwise, you�ll get a compiler error. break statements must be used inside either a loop orswitch statement. (Note: this does not apply to labeled break statements.).
in another eexam watch: "Labeled continue and break statements must be inside the loop that has the same label name; otherwise, the code will not compile."
HOW come??? can anybody told me any explain about the first note?? class D{