Dark Horse Programmer---iOS learning log 10

Source: Internet
Author: User

------<a href= "http://www.itheima.com" target= "blank" >java training, Android training, iOS training,. NET training </a>, look forward to communicating with you! -------

Structure and classification of the program

The structure of the program has three types, respectively:

1, sequential structure: A simple program structure, he has a number of sequential steps to perform the processing of the composition.

Program Flow statement 2--Statement 3--....

2, Branch structure: The program encountered some conditions to judge, the process according to whether the conditions are set up by different flows.

Figure Branching Structure

3. Cyclic structure

The cyclic structure is characterized by the repeated execution of a program segment when a given judgment condition is established.

There are three loop statements in the C language for groups

While loop statement, Do-while Loop statement, for Loop statement

Circular structure diagram:

Branch if statement

Syntax if (expression)

{

Statement block

}

If the expression is true, the statement block is executed, otherwise it is not executed.

Dark Horse Programmer---iOS learning log 10

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.