Compare with choice (Selection Structures).2. programming with choice (Selection Structures) programming, the choice will be able to make decisions or to compare programs. Then, it selects the operation in one direction, from two directions. Depending on the result of the comparison. Condition (Condition)-is a set of terms that developers have created-terms results will have the value true or false logical structure (Condition Control Structures), the sentence terms can be written in C language is written as follows: if A then B else condition, which means that if the condition (condition) is true, it will perform A command that will perform the command B examples of written language in C structures can be written as follows:if (x < y) a = x * 2; else a = x + y;
การแปล กรุณารอสักครู่..
