Wilbert Shellgren: documenting means you describe in words, what your program does, and what can and cannot be expected from it when you run it.When you indent something you add whitespace to the beginning of lines to clarify which parts of the program belong together.This line is not indentedâ â â this line is indented...Show more
Marvel Mcaulay: Indenting is implicitly used in program Documentation.Documentation includes explanations (comments) for the code./*************************************************** ** Author:NBV ** ** Date: ** Platform:Sun **************************************************/The above is added to code during documentation....Show more
No comments:
Post a Comment