Answer:
int main()
{
double pH;
int neutral;
int base;
int acid;
cout<<"Enter a pH Value";
cin>> pH;
if(pH<7.0){
neutral =0;
base=0;
acid= 1;
}
else if (pH=7.0){
neutral =1;
base=0;
acid= 0;
}
else{
neutral =0;
base=1;
acid= 0;
}
cout <<"The neutral, Base and Acid Values are: "<<neutral<<","<<base<<","<<acid<<" Respectively"<<endl;
return 0;
}
Explanation:
Using multiple if/elseif/else statement the following problem is solved with C++
Answer:
A,C and D
Explanation: You're welcome
Answer:
Null(00) is the correct answer to the following blank.
Explanation:
Because when we changing the plain text into the hexadecimal then, we have to place null(00) to use with pro-discover in the middle of each and every hexadecimal value. We use null(00) because the null value contains 0(zero) or having no value.
So, that's why the following answer i.e., null(00) is true.
Communication: Communication is one way to be connected to
the network and use the internet. It helps maintains communication with other
network users. A few examples include email, IM services, video conferencing,
Skype and many more.
File sharing: Easily sharing files and data. From businesses
to schools to friends, everyone sends files to through internet and this has
become an essential part of life. Various services like Gmail and yahoo mail
are used.
Social networking: This is an essential medium to
communicate with friends and family members. Examples include Facebook,
Twitter, and Instagram.