Answer:
ouch what happened to him
congrats you ruined my childhood
(thanks for the free points!!)
5(3x - 7)
distribute the 5 to both 3x and -7
15x - 35 is equivalent
hope this helps
Complete Question:
What is a method?
A. An object instantiated from a class
B. An elegant and efficient way of programming
C. A coordinated sequence of instructions that will be carried out when requested
D. Using Alice control structures such as a a "Loop" to shorten code
Answer:
C. A coordinated sequence of instructions that will be carried out when requested
Explanation:
A method also known as function or procedure in other languages is a written set of code with a name and parameter list that can be requested/ called/invoked by typing out its name to carryout its function. A method can be seen as a subprogram which carries out some action on data and most times gives back (returns) a value.