Posts

Showing posts with the label Executable program

Steps to develop a program | How write a program | Steps to write a program

These followings steps are for develop a program: 1.        Read the problem with attention and understand what is asked by user / problem. 2.        Analysis the problem and adopt the best way to write the programmer. 3.        Write the program with suitable comments in appropriate language. 4.        Revise each statement and test complicated statements line by line before finally execution. 5.        Execute the whole program by giving test data and check the result of program. 6.        Now the executable program is ready to solve your problem.