Answer:
for(i = 0 ; i < NUM_VALS; ++i)
{
cout << courseGrades[i] << " ";
}
cout << endl;
for(i = NUM_VALS-1 ; i >=0 ; --i)
{
cout << courseGrades[i] << " ";
}
cout << endl;
Explanation:
The first loop initializes i with 0, because we have to print the elements in order in which the appear in the array. We print each element, adding a space (" ") character at its end. After the loop ends, we add a new line using endl.
The second loop will print the values in a reverse order, so we initialize it from NUM_VALS-1, (since NUM_VALS = 4, and array indices are 0,1,2,3). We execute the loop till i >= 0, and we print the space character and new line in a similar way we executed in loop1.
Answer:
Your target buyer is the correct option.
Explanation:
In the given statement, there is some details of the question is missing that is options.
- your target buyer
- your company goals
- industry best practices
- market trends.
In the given statement, The main purpose of align phrase is to align your team with your target buyer because with that the person can increase their sales rate by the targeting your buyer to increase the profit of the company by motivating your team by the team leader or by the owner of the company or other head.
I will edit this if you edit your question..
Im confused. This is not a question..