Which of the following is the correct order in which the ste…
Which of the following is the correct order in which the steps below should be carried out during the development of a computer program to solve a problem?1. Determine the data types of the memory cells required for storage of problem inputs and outputs.2. Determine the problem inputs and outputs.3. Read and understand the problem.4. Write an initial algorithm.5. Refine algorithm steps where needed.