8.1k views
4 votes
How is a function used?

2 Answers

1 vote
a function is used to  do something like when talking opening your mouth is a function
User Jschimpf
by
8.3k points
5 votes
The Inputs - called parameters. Describe what data is necessary for the function to work and gives each piece of data a Symbolic Name for use in the function. The Output - Usually one (but sometimes zero or sometimes many) values that are calculated inside the function and "returned" via the output variables. hope this helped:)
User Schlicht
by
7.8k points

No related questions found