What is the purpose of the design phase in program development?
The correct answer is: C
Explanation
The purpose of the design phase is to create a flowchart and algorithm that outline the logical steps the program will take to solve the problem. This helps in planning the program's structure before coding begins.