What is structured programming and why is it important?
Structured programming is a programming which was coined in the late 1960's to mean programming without using go to statements, programming using only while loops and if statements as control constructs and designing using a top- down approach. The adoption of structured programming was an significant milestone in the development of software engineering due to it was the first away from an undisciplined approach to software development.