which answer would make the following a false statement? a function parameter ... a. is visible inside the function in which it is defined b. lives until the end of the function is reached. c. is a local variable d. cannot share a name with a variable outside of the function

Respuesta :

The following statements make a false statement.

Given that,

A function argument  a exists until the function's end is reached.

A local variable 

can only share a name with another variable inside the function and exists only until the function's end.

Answer C : Can not share a name with variable outside a function.

Because the function is considered as a single line of code.

Answer True

They have same presidence but they are evaluated from left to right

Answer D : The calculation totals both positive (Profits) and negative (loss) earnings

Code doesn't check if the number of positive or not before adding

Answer D.

To learn more about variable click here:

brainly.com/question/17344045

#SPJ4