Computer Science, asked by kaminisingh1110, 9 months ago

Write the function that can be used to calculate the total of five subjects given in five different cells

Answers

Answered by rg71713
0

Answer:

function must be written a specific way, which is called the syntax. The basic syntax for a function is an equals sign (=), the function name (SUM, for example), and one or more arguments. Arguments contain the information you want to calculate. The function in the example below would add the values of the cell range A1:A20.

Similar questions