Difference between revisions of "Subroutines - Functions"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "=Subroutine= A set of instructions designed to perform a frequently used operation within a program.")
 
Line 1: Line 1:
 
=Subroutine=
 
=Subroutine=
A set of instructions designed to perform a frequently used operation within a program.
+
A set of instructions designed to perform a frequently used operation within a program. This makes it easy to repeat code.
 +
 
 +
-=Example=-
 +
[[File:Sub.jpg]]

Revision as of 13:29, 15 December 2016

Subroutine

A set of instructions designed to perform a frequently used operation within a program. This makes it easy to repeat code.

-=Example=- File:Sub.jpg