While loops continue to run as long as there condition is true
do is used to run something at least once and then as long as the following while loop is true
That summarizes these two control structures about as succinctly as you can ;-)
That summarizes these two control structures about as succinctly as you can ;-)
ReplyDelete