This portion must be done INDEPENDENTLY
Remove any comments that you included inside of your function and/or with the code segments involving your list so that they will not be included in the screenshots.
Procedure: Copy and paste two program code segments you developed during the creation of this program that contain a function (procedure) that implements an algorithm used in your program and a call to that function (procedure).
Pick the Function You Are Most Comfortable Explaining: If you have multiple functions in your program that meet the requirements, include the one that you can best explain to someone else in your own words.
Show Just One Function Definition: Make sure the screenshot you take shows just the code for a single function definition, nothing more.
Defines the procedure's name and return type (if necessary)
Contains and uses one or more parameters that have an effect on the functionality of the procedure
Implements an algorithm that includes sequencing, selection and iterationÂ
Show Just One Function Call: Make sure the screenshot you take shows just the code for a single function definition, nothing more.
List: Copy and paste two program code segments you developed during the creation of this program that contain a list being used to manage complexity in program.
Same List Initialized and Processed: Be very careful that you only include two code segments and that they are both referring to the same list. Even if the processed data is moved to a new list