2.4 Formatting Text

Well-formatted code is more readable and easier to maintain. ANNUITY1.C is not very well formatted, but PWB can help you indent blocks of code to make them more readable. For example, the printf statement at line 41 is continued across multiple lines. Indenting continued lines of a statement lends clarity to the code.