-
Notifications
You must be signed in to change notification settings - Fork 163
Description
We used multiple list functions within our code that is a requirement with AP College Board. Lists were used mostly within the backend, where each of our variables for our file were stored to then be fetched when they were pulled to the frontend. For example, in our third issue we used lists to display the data points of each of our inputs like the player number, and their stats like how many goals they scored and assists they recorded. Return functions were used a lot in our code which is another AP College Board requirement. Something we used it a lot for is when we had to return a response from pulling the data from the backend that shows the players stats. If the return response creates an error it won’t produce the data, but if it does then it prints in the table below and is saved to the database. This code is shown within my video. I showed each requirement below. The code for each requirement is below.
Instructions for input from one of the following: the user, a device, an online datas stream, a file.
Use of at least one list (or other collection type) to represent a collection of data that is stored and used to manage program complexity and help fulfill the users purpose
At least one procedure that contributed to the program’s intended purpose where you have defined: the name, return type, one or more parameters:
An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure
Calls to your student-developed prodcedure:
Instructions for output (tactile, audible, visual, or ) based on input and program functionality