Write the steps involved in creating a function.
Answers
Answered by
0
Answer:
Steps to Writing a Function
Understand the purpose of the function.
Define the data that comes into the function from the caller (in the form of parameters)!
Define what data variables are needed inside the function to accomplish its goal.
Decide on the set of steps that the program will use to accomplish this goal. (
Explanation:
PLS MARK AS BRAINLIEST
Answered by
2
°° Steps to Writing a Function °°
- Understand the purpose of the function.
- Define the data that comes into the function from the caller (in the form of parameters)
- Define what data variables are needed inside the function to accomplish its goal.
- Decide on the set of steps that the program will use to accomplish this goal.
Similar questions