News

The expression to be evaluated is often a comparison, for example, if max(a)<20 then p=0; else p=1; The IF statement results in the evaluation of the condition (MAX(A)<20). If the largest value found ...
In the following example it is necessary to use the ELSE command because the statement has two possible selections/outcomes. Iteration takes place when the values held within an array are used ...