ANSWERS: 2
  • In structured programming most of the work is done in functions hence as COBOL has no OOP features thus it works by defining and declaring the function so is is strutured
  • Structured programming is about avoiding the infamous 'GO TO' statement in e.g. Cobol and Basic in other words write a program topdown and split iit up in procedures, use 'PERFORM' rather than the ugly before mentioned command.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy