Discover difference between for and while loop, include the articles, news, trends, analysis and practical advice about difference between for and while loop on alibabacloud.com
Day 4: loop structure (while, do... While, ),... While1. Loop Structure (while, do... While,)
1.1. What is a loop structure
In daily life, there will be a lot of things that need to be done repeatedly, such as four seasons of every year, 7 days of
1. Loop Structure (while, do... While,)
1.1. What is a loop structure
In daily life, there will be a lot of things that need to be done repeatedly, such as four seasons of every year, 7 days of every week, 3 meals a day, and 50 copies of each
First, Introduction
In shell programming, circular commands are used to control the execution of certain statements under certain conditions, with three commonly used loop statements: for, while, and until. While loops and for loops belong to the
the format of awhile loop statement:
1. Format:
while (condition of the loop) { loop statement;}
2, while the Loop statement to note matters:1) The While Loop statement is typically the number of times a variable is controlled by its loop.2) The
In this paper, we introduce the difference between the for-, while and do-three circular statements in Java, which are shown in the following detail:
The first type: For loop
The format of the loop structure for statement:
for
(1) While loop, do While loop: the difference between, while is to first judge the condition, then execute the statement. The Do while is executing the statement first, then judging the condition.while (loop condition expression) {do{EXECUTE
4.3 Loop control statementsIn the real world, there is such a phenomenon:As long as the current oil in the tank is less than the tank capacity of 100 liters, the fuel tank has been refueling;has been continuously for the motherland hard work, as
The difference between the while loop and the repeat loop in MySQL1, while is to meet the conditions to execute the cycle, repeat is to meet the conditions exit cycle;2. While the condition is judged at least 0 times before the first loop is
The difference between a for loop and a do......while
In fact, in the functional, there is no difference, because the for loop can implement the Do......while can also be implemented, Do......while can implement for can also be implemented.
But
4.3 Loop control statementsIn the real world, there is such a phenomenon:As long as the current oil in the tank is less than the tank capacity of 100 liters, the fuel tank has been refueling;has been continuously for the motherland hard work, as
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.