Incremental Approach to Writing Code (continued)
- Get that working.
- Next change the code so that you use the value in a calculation and print out the answer.
- Get that working.
- Make program modifications:
- perhaps additional instructions to the user
- a displayed program description for the user
- add more comments.
- Get the final version working.