Computer Science, asked by nidhiyadav3061, 20 days ago

which control structure display the minimum output of one or more

Answers

Answered by jy7112537
0

If else is the correct answer

Answered by shilpa85475
0

If else control structure displays the minimum output of one or more.

Explanation:

If else control structure displays the minimum output of one or more.

Explanation:

A sequence may contain several loops; a loop may contain a loop nested within it, or the two branches of a conditional may each contain sequences with loops and more conditionals.  

The IF-THEN structure for finding one root of the quadratic equation, gives the minimum output.

The three basic types of control structures are sequential, selection and iteration.  

They can be combined in any way to solve a specified problem. Sequential is the default control structure, statements are executed line by line in the order in which they appear.  

The selection structure is used to test a condition.

Similar questions