Required Steps For Developing A Program

Asked By 10 points N/A Posted on -
qa-featured

I am developing a program and want to know how do I start and go sequentially to complete my program. Thanks in advance.

SHARE
Answered By 40 points N/A #288756

Required Steps For Developing A Program

qa-featured

To create a program you need to go through these steps:

1) Design

2) Code

3) Test

4) Debug

Design to determine what the program will accomplish. Code to satisfy the design. Test the implementation of the design. Fix the problems encountered while testing.

Related Questions