1. Problem solving phase:
- Analyze and understand the problem that needs to be solved and figure out what is needed to be solved
- General solution: Design an algorithm to solve the problem
- Check the answer: By using a pen and paper check that your answer works properly.
- Write the program: Implement the program with some available programming language i.e. C++, Java, C etc.
- Test: Run the program with different inputs
- Correct the errors: If error occurs, think hard "why?", analyze the algorithm/program and fix them
- Use the program: The program is used for its intended purpose
- Remove any further errors and add new features
No comments:
Post a Comment