What do you mean by a Function? Name any 2 function and explain them.
Answers
Answer:
A function is a group of statements that together perform a task. A function declaration tells the compiler about a function's name, return type, and parameters. Some functions are : sum(),area().
Explanation:
please mark me as brainliest
Answer:
A function is a group of statements that together perform a task. A function declaration tells the compiler about a function's name, return type, and parameters. Some functions are : sum(),area().
Functions are the pre-designed formulas in Excel to perform both simple and complex calculations. Functions begin with the equal to (=) sign followed by the function name and then the list of arguments separated by comma within the parenthesis. For example, =Function name (argument1, argument2....). Some of the commonly used functions are:
SUM(range)
AVERAGE(range)
MAX(range)
MIN(range)
SQRT(number)