Multiple choice The goal of structured programming is to have well indented programs be able to infer the flow of control from the compiled code be able to infer the flow of control form the program text avoid the use of GOTO statements Reveal answer Fill a bubble to check yourself D Correct answer Explanation Structured programming :- It is way of programming using the sub structure method, i.e splitting the programs into sub sections. Structured programming prevents confusing transfer of control of avoiding the use of GOTO statements.