Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming Features (Procedures and functions (A procedure (A procedure…
Programming Features
Procedures and functions
A procedure
A procedure is activated by a call from the main program. When a procedure is called it produces an effect.
A Function
A function is activated at any point in the programme when it's command word is used in a programme, which is chosen by the creator. Functions are essentially user-created commands in programmes.
-
-
-