Current location - Training Enrollment Network - Mathematics courses - What are the basic algorithmic statements in high school mathematics?
What are the basic algorithmic statements in high school mathematics?
Input statement: input; Output statement: print; ; Assignment statement: variable = expression

1, conditional statement

If condition then statement ends if

If conditional then statement 1 Else statement 2 ends if

2. Loop statement

While conditional loop

Loop until the condition of Do loop body

This is the most basic. I don't know if it is what you need.