Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which statement is not a guideline programmers should follow when conve…

Question

which statement is not a guideline programmers should follow when converting unstructured logic into structured logic? a. avoid repetition of the same steps within more than one loop. b. eliminate any logical paths that can never be traveled. c. ensure that flow lines in logic flowcharts do not cross. d. modularize steps when appropriate to shorten the main program.

Explanation:

Brief Explanations

When converting unstructured logic to structured logic, it's okay for flow - lines in logic flowcharts to cross in some cases. Avoiding repetition, eliminating unreachable paths, and modularizing are good practices.

Answer:

C. Ensure that flow lines in logic flowcharts do not cross.