- Tons of celebrities live in California. You have the kardashians, youtubers and internet stars, musicians, millionaires, etc.
-California is known for gold, silicon, etc.
-Some words that describe California are "economic", "melting pot", "adventurous" "beaches" "Hollywood" "sunny" etc.
Answer:
void calculatеAvеragе(double array1[],int count);//function declaration
Explanation:
Here we are declared a function calculatеAvеragе() of void return type because there is no return type is mention in the question so I take void return type. The calculatеAvеragе() function takes two parameters one is an array of type double and other is a variable count of int types.
To declared any function we used following syntax
return_type functionname(parameter 1,parameter 2 .....parameter n)
So void calculatеAvеragе(double array1[],int count);
True
Sorry if it’s wrong need to answer some before asking a question
TO back up the database that is currently open, use the "Back up Database" command on the save as tab in the backstage view. Back up database command allows you to save and create a repository for your back up.