107,679 views
7 votes
7 votes
Translating an algorithm into the syntax of Java is the design phase of software development.

User Bradford Dillon
by
2.8k points

1 Answer

14 votes
14 votes

Answer:

I think it's false

Step-by-step explanation:

I don't think so. What makes me hesitate is that you may have been told that in your text or in the classroom.

Here are the steps as I understand them.

  1. Understand the problem you are trying to solve.
  2. Design a solution.
  3. Draw a flow chart.
  4. Write pseudo-code.
  5. Write code.
  6. Test and debug.

I think you've done the designing long before you start writing code or even pseudo-code.

User Retrography
by
3.2k points