The Explanation of how each core function works together to help us carry out the marketing concept is given below.
<h3>How do marketing functions work together?</h3>
The marketing function is known to be used in regards to selling and it is one that helps businesses to achieve a lot.
The six marketing functions are:
- Product/service management,
- Marketing-information management,
- Pricing,
- Distribution,
- Promotion,
- selling.
The functions are known to often work together to be able to obtain products from producers down to the consumers.
Hence, each of the marketing functions is known to be one that need to be done on its own, but they are said to be very effective, if the said functions work together as a team.
Learn more about marketing functions from
brainly.com/question/26803047
#SPJ1
A program is a noun that refers to a collection of instructions that process input, manipulate data, and produce a result. It is also referred to as an application or software.As an illustration, the word processing tool Microsoft Word enables users to generate and write documents.
<h3>What is write a program in a computer?</h3>
enter user name
If you want to stop the software, type Nope or input a name.
if user name!= "Nope," then
"Nice to meet you," user name, print
enter user name
If you want to stop the software, type Nope or input a name.
The user name variable contains the name that is obtained from the user as an input.Till user name does not match the value of Nope, continue the while loop.Display the user's name and keep asking the same question inside the while loop until the user responds with Nope.
To learn more about program refer
brainly.com/question/15637611
#SPJ1
Answer:
#include <iostream>
using namespace std;
void backwards(int [], int);
int main()
{
int arr[] = {2,8,17,3,5,16}; int i;
backwards(arr,6);
for (i = 0; i< 6; i++)
cout<<arr[i]<<endl;
//system("pause");
return 0;
}
void backwards(int array[], int number)
{
/*Pre: array[] - array of integers
number - number of elements in the array that have values
Post: Nothing
Purpose: Reverse the order of the elements of an array */
int i; int temp;int j;
for(i = 0; i < number;i++)
{
temp = array[i];
array[i] = array[number - 1 - i];
array[number - 1 - i]=temp; // Just change is needed here, the assignment was wrong rest all is ok.
}
return;
}
Im sorry, this makes no sense. i think it is supposed to be an analogy, but i would need more info or background about the question