Question:What is programming process?
Answer
The programming process is a problem solving process, and it consists of the following activities:
1. Defining the problem.
2. Preparing an algorithm.
3. Preparing a program flowchart.
4. Coding the program.
5. Debugging and testing.
6. Documenting.