When reviewing a program, these are the four criteria for style:
o Do identifiers logically describe use?
o Is indentation used correctly to illustrate the structure of the program?
o Is there a consistent naming convention?
o Do comments explain processing that is not obvious?
Give an example that demonstrates each criterion.
Why is each criterion important to a program?