1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Molodets [167]
3 years ago
15

What is the formula for calculating the average of cells C2 through C30?

Computers and Technology
1 answer:
BARSIC [14]3 years ago
6 0

For calculating the average of cells  C2 through C30 use the COMPUTE statement = AVERAGE(C2:C30).

Explanation:

  • Excel a software program created by Microsoft that uses spreadsheets to organize numbers and data with formulas and functions.
  • Excel analysis is ubiquitous around the world and used by businesses of all sizes to perform financial analysis.
  • The AVERAGE function calculates the average of numbers provided as arguments.
  • To calculate the average, Excel adds the numbers together and divides by the total number of values supplied. AVERAGE can handle up to 255 individual arguments, which can include numbers, cell references, ranges, arrays, and constants.
  • To perform the average formula in Excel, enter the values, cells, or range of cells of which you're calculating the average in the format, =AVERAGE(number1, number2, etc.) or =AVERAGE(Start Value:End Value). This will calculate the average of all the values or range of cells included in the parentheses.

You might be interested in
Is there a link between the fields of multimedia and animation?
PtichkaEL [24]
They're (Almost) the same thing, Silly!
4 0
3 years ago
Use C++:
AveGali [126]

Answer:

result = pow(10,5);

Explanation:

A complete code in C++ with the necesary header file for the math class is given below:

#include <iostream>

//import the header file to use the power function

#include<cmath>

using namespace std;

int main()

{

   double base = 10.0;

   double result;

  //Use Power function to raise base to power of 5

   result = pow(10,5);

   //print out the result

   cout<<result;

   return 0;

}

5 0
3 years ago
HOW CAN A PERSON GET BENEFITTED BY THE ICT BASEDSERVICES PROVIDED BY GOVERNMENT
BARSIC [14]

Answer:

Explanation:

It aims to transform the entire ecosystem of public services through the use of information technology.ICT holds particular promise in areas of governance and public participation.  Age can use information to reduce corruption and increase government transparency, accountability, efficiency and so finally gud night guys and take care.

plz mark as brainliest

5 0
3 years ago
Title text boxes on every slide must be the same format.<br><br> A) True<br> B) False
masya89 [10]

Answer:

B) False

Explanation:

You can adjust the boxes to whatever you'd like, and even add more if you needed too.

4 0
3 years ago
Read 2 more answers
Write a recursive C++ function that writes the digits of a positive decimal integer in reverse order.
dangina [55]

Answer:

// here is code in c++.

#include <bits/stdc++.h>

using namespace std;

// recursive function to print digit of number in revers order

void rev_dig(int num)

{

  if(num==0)

  return;

  else

   {

       cout<<num%10<<" ";

       // recursive call

       rev_dig(num/10);

   }

}

// driver  function

int main()

{

   int num;

   cout<<"enter a number:";

   // read the number from user

   cin>>num;

   cout<<"digits in revers order: ";

   // call the function with number parameter

   rev_dig(num);

   

return 0;

}

Explanation:

Read the input from user and assign it to variable "num". Call the function "rev_dig" with "num" parameter.In this function it will find the last digit as  num%10 and print it. Then call the function itself with "num/10". This will print the second last digit. Similarly it will print all the digits in revers order.

Output:

enter a number:1234                                                                                                        

digits in revers order: 4 3 2 1

Diagram :

4 0
3 years ago
Other questions:
  • Which functions are performed by server-side code??​
    10·1 answer
  • A Google Doc automatically moves text to the next line when it reaches the right edge of the screen, is called:
    15·2 answers
  • From the television industry's point of view, which of the following would be the most desirable viewer?
    5·1 answer
  • A counter is a tool used to measure the number of times people visit a Web site. true or false?
    12·1 answer
  • C++
    11·2 answers
  • **NEED HELP??!! Computer Science Questions!! KNOWING GIMP!!!!
    7·1 answer
  • Research online the variety of web services (see pages 197-198) currently available to software developers. List three different
    15·1 answer
  • Bloxburg Build can anyone help me
    14·2 answers
  • Henry is creating code In JavaScript to run calculations on extremely small numbers. How can he use MIN_VALUE as validation in t
    6·1 answer
  • The following image shows the number of orders Company A received in 2015-2020. A financial analyst wants to calculate the year-
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!