Explanation:
Given length in centimeter , the task is to convert it into meter and kilometer. Examples : Input: Length in centimeter = 1000. Output
<h2>The definition of a class Counter </h2>
class Counter
{
Private : //access modifier
int counter; //defining and initialising variables
int counterID;
static int nCounters=0;
Public : //access modifier
Counter(int a) //defining functions
{
counter=a; //initialising variable counter with argument a
nCounters++; //incrementing 1 to variable nCounters
}
void increment()
{
counter=counter + 1;
}
void decrement()
{
counter=counter - 1;
}
int getValue()
{
return counter; //returning integer value contained in counter
}
int getCounterID()
{
return counterID; //returning integer value contained in counter
}
}; //class definition ends
Answer:
The shoe manufacturer is first looking at the census of the city. And in marketing, we first look at the current customer base, which is the data with us. And then we look at the product/service and choose the correct demographics to target and consider the psychographics of the target. And finally, we evaluate our decision. Or we can also have a look or consider the census of the city as well. And census of the city gives a clear indication that who they are and where they are heading to, The government determines where to invest the funds, and also the companies with the help of the census, and it is the source information or the primary source. Hence, it's true to say that that shoe manufacturer is making use of the source information.
Explanation:
Please check the answer section.