📜  什么是结构化编程语言 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:34.509000             🧑  作者: Mango

代码示例1
WHAT IS STRUCTURED PROGRAMMING PARADIGM?
Structured programming language  modularizes large programs into smaller 
programs called functions. The main focus is on functions and processes 
that work on data. Data runs freely around the system from one function to 
another. The program structure follows the "top-down approach".