// reading the value in response variable
cout<<"Enter the value :";
cin>>response;
// checking the value and printing the results
if(response == 'y' || response == 'Y')
{
yesCount+=1;
cout<<"YES WAS RECORDED";
}else if(response == 'n' || response == 'N')
{
noCount+=1;
cout<<"NO WAS RECORDED";
}else
cout<<INVALID";
On PowerPoint, the tasks that can be performed after switching to Outline view include:
a. Change the level of text.
c. Move text within a slide.
d. View an outline of the presentation.
PowerPoint can be defined as a software application (program) that is generally designed and developed by Microsoft Inc., to avail its end users an ability to create multiple slides containing textual and multimedia information which can be used during a presentation.
Generally, there are five (5) main view that are available in PowerPoint and these include:
An outline view allows an end user to see a whole (entire) presentation in logical order. Thus, the presentation is displayed as an outline comprising the titles and main text from each slide of the presentation.
Hence, the tasks that can be performed after switching to Outline view include:
1. Change the level of text.
2. Move text within a slide.
3. View an outline of the presentation.
Read more: brainly.com/question/19543735
Answer:
Check the explanation
Explanation:
#include<iostream.h>
#include<stdlib.h>
void append(char* first,int n,char* second, int n1,char* result)
{
int i,j=0;
for(i=0;i<n;i++)
result[i]=first[i];
for(i=n;i<n1+n;i++)
{
result[i]=second[j];
j++;
}
}
void main()
{
char first[]={'I', ' ','a', 'm', ' '};
char second[]={'i', 'r', 'o', 'n', 'm', 'a', 'n','\0'};
char result[200];
append(first,5,second, 8, result);
cout<<result;
cout<<endl;
system("pause");
}
The primary input device is the Mouse.
To promote a product we need marketing. So marketing plays an important role, moreover, the demand process also is required.
<u>Explanation:</u>
Marketing for any specified product can be done by visual aid presentation. Visual Aid presentation should have a cached message to the audience and the importance of promoting’s the product and it should impact the customer to purchase products and demand for availability should increase.
Once the demand for the product increased then sales and manufacture of the product are increased. So the growth of the company is increased. So, in other words, it is called chain management in the growth process.