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:
Agile software development
Explanation:
Agile software development model is a blend of iterative and steady procedure models with center around process flexibility and consumer loyalty by fast conveyance of working programming item. Nimble Methods break the item into little gradual forms. These assembles are given in emphases.
So in blank space there will be Agile software development
The answer is c and sorry for being so rude I didn't realize it was you girly
It is the customer's email address may be entered into the applicant information section of LEAN enrollment application
<h3>What is LEAN enrollment application?</h3>
LEAN enrollment application is a kind of electronic enrollment program which is specifically designed to make enrollments easier for agent
So therefore, It is the customer's email address which may be entered into the applicant information section of LEAN enrollment application
Learn more about enrollment application:
brainly.com/question/18186504
#SPJ1