1. What output
do you need to generate?
2. What input
do you have/ need?
3. What form
will it be in?
4. Will the
program have a Loop?
- Loop control variable
- Initial value of loop control variable
- Loop variable condition
- Repetitive Statement
- Increment the loop control variable
5. What are the other major tasks of the program?
- Loop control variable
- Initial value of loop control variable
- Loop variable condition
- Repetitive Statement
- Increment the loop control variable