Scratch Lab7 Problem1
Scratch Lab7 Problem2
1) One advantage is that you do not need to use as much code, another is that they can replace variables.
2)A parameter is a numerical or other measurable factor forming one of a set that defines a system or sets the conditions of its operation.
3)The distance formula takes one parameter.
4)No parameters are neede if you have a code that asks the user a question, and then gives and answer based on the information.
5)This code collects names and then puts it into a list then it reorders the list of names. The code repeats this. Block makes thiseaier because they act as variables, but requires less code.