Advantages of Structure Programming
- Easy to understand.
- Easy to modify the program block.
- Same module can be used repeatedly in the program.
- A module created in one program can be used in another program.
- Each module can be tested separately. So debugging is easy.
- More than one programmer can work at a time in a program.