Program coding
Writing
programs in a programming language is called coding.
If the program design has been developed carefully, converting the algorithm
into a program is almost automatic.
Beginner programmers are usually concerned about whether the program
works.
That is, whether it produces correct results. They often neglect the importance
of writing structured programs. Structured programs are easy to read,
to
debug and to maintain.