__________ documentation includes comments the programmer places in the code to explain how different parts of the program work.

Fill in the blank(s) with the appropriate word(s).

Internal

Computer Science & Information Technology

You might also like to view...

Which of the following classes cannot be extended?

a. class A { } b. class A {   private A() {  }} c. final class A { } d. class A {   protected A() {  }}

Computer Science & Information Technology

If an array is sorted, it is recommended to use ____ search to search it.

A. sequential B. binary C. probability D. sentinel

Computer Science & Information Technology