How to write a program

Untitled Forums Programming Assignment Help How to write a program

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15368
    Pitter John
    Participant

    How to write a program?

    #15374
    john Smith
    Participant

    Answer: Programs can be written by following steps:

    • Decide what steps are needed to complete the task
    • Write the steps in pseudo code (written in English) or as a flowchart (graphic symbols)
    • Translate into the programming language
    • Try out the program and “debug” it (fix if necessary)
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.