Which of the following examples correctly describes the order in which these parts of a program should be written?
A.
The import command, then function definitions, then function calls
B.
Function definitions, then the import command, then function calls
C.
Function calls, then function definitions, then the import command
D.
The import command, then function calls, then function definitions