C-05-Q040mediumsingle_mcq
What is the correct order of the steps of writing a program?
What is the correct order of the steps of writing a program?
- aExplain the problem → make algorithm and flowchart → write the code → test and debug → release
- bWrite the code → make algorithm → release → test → explain the problem
- cRelease → write the code → test → algorithm → explain the problem
- dTest and debug → write the code → release → explain the problem → algorithm