What is the difference between using a break in a for loop and using a continue in a for loop?
What will be an ideal response?
A break statement will take you out of the loop completely. A continue statement will force the next iteration of the loop to be executed.
Computer Science & Information Technology
You might also like to view...
One of the most famous online auctions is ________
A) Createspace B) Craigslist C) eBay D) Amazon
Computer Science & Information Technology
You can change a table's ________ so it displays smaller or larger when printing
A) format B) scaling C) font size D) cell margins
Computer Science & Information Technology