Respuesta :

The steps to writing a computer program are:

1. Identify the problem (what will solve the program)

2. identify the users who will use your program

3.  Write up a section in pseudo-code (English instructions)  and write the section in the computer language of your choice.

3. Compile the program. The  compiler will translate your program into something the computer can understand (special numbers, often called machine code or assembly language).  

4. Run your program and see if it makes the computer do what you wanted.  

5. If there are errors, fix the, compile the problem again and run the program again.  

ACCESS MORE
EDU ACCESS