Answer:
The answer is C
Explanation
She should sign an annual maintenance contract (AMC) with her vendor
Answer:
#include <bits/stdc++.h>
using namespace std;
int main() {
string in;//string in for taking input...
cout<<"Do you want to continue ?"<<endl;
getline(cin,in);//taking input from the user...
if(in=="y"||in=="Y"||in=="yes"||in=="OK"||in=="Why not?")//conditions..
cout<<"OK"<<endl;
else if(in=="No")
cout<<"terminating"<<endl;
else
cout<<"Bad input"<<endl;
return 0;
}
Explanation:
I have taken a string in.
Then taking input from user.
Checking the conditions using if else if ladder.
Answer:
Anxiousness and depression
Suicidal Thoughts
Anger
Explanation:
Three major side affects of cyber bullying are
- Anxiousness and depression
- Suicidal Thoughts
- Anger
Anxiousness and depression
Cyber bullying takes away self esteem and self confidence.Lack of self esteem makes person to feel bad about him/her self and lack of confidence makes taking daily life decision very difficult which all adds up to stress
Anger
Some people might feel powerless while others strike back on the bullies in anger.Unchecked anger can be very dangerous.Burning in the flames of anger a person will plot revenge and can go to any means for this. This starts a never ending bully-victim cycle
Suicidal Thoughts
Depression if not cured can lead to suicidal thoughts. When a person is felling low and have no self confidence death seems an easy way out.
True. The audience is the key to the style of presentation and the content is led by the key to the topic. If the setting blends well with the audience age, gender, background, the presentation will be more effectively presented and positive, which will be more helpful to sell the audience to the point that is being made by the presenter.
Answer:
An e-mail server is a specialized computer that stores, processes, and sends e-mails is the correct answer.
Explanation:
An email server is also called a mail transfer agent is a program that is responsible for delivering, storing and receiving the email by following standard email rules.
Types of Email server:
The main purpose of the e-mail server is to stores the incoming mail and sends outgoing mails.