Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
QUESTION
When writing and testing code, how much time should you plan to spend?
- When writing and testing code, how much time should you plan to spend?
- Enough to design the program, type the code, eliminate compiler errors.
- Enough to design the program, type the code, eliminate compiler errors, design test cases, run them, and fix errors.
- the time for item B, but double it to cover unexpected situations.
- It's impossible to predict how much time is required for most programs.