Incremental Approach to Writing Code
Write your code in incomplete but working pieces.
For instance: For your project
- Don’t write the whole program at once.
- Just write enough that you display the prompt to the user on the screen.
- Get that part working first.
- Next write the part that gets the value from the user, and then just print it out.