Please enable JavaScript.
Coggle requires JavaScript to display documents.
Procedures and functions (benefits of procedures and functions (Debugging…
Procedures and functions
procedures:
A procedure consists of:A heading, A declaration part and An action part
They are activated by a call from the main program. When a procedure is called it produces an effect.
-
-
-
-