Notifications
Clear all
Stuctured Programming
2
Posts
2
Users
0
Likes
68
Views
Topic starter
What is Structured Programming?
Posted : 13/11/2021 9:07 am
Structured programming is a method of organizing computer programs so that they are clean and easy-to-read. It uses carefully-chosen keywords like "if," "while," and "for" to add structure to the code according to its intent (such as creating loops or conditionals).
Posted : 13/11/2021 10:37 am