Answer: Sorry to break this to you but you can't.
Explanation:
// Writing a C++ function
void PrintShampooInstructions(int numCycles){
if(numCycles < 1) // if condition stands
cout<< "To few";
else if(numCycles >4)
cour<<"Too Many";
else{
// looping the variable for desired out put
for(int i=0;i<numCycles;i++)
cout<<i<<":"<<" Lather and rinse."<<endl;
}
}
Answer:
When you save a Microsoft Word document as a Web page (on the File menu, click Save as Web Page), Word automatically converts the page to HTML (Hypertext Markup Language), the language used by Web browsers to read Web pages.
Explanation:
We can assume that the acidity of the river has a pH value of at least 6 or greater. We know this because given that clams die if acidity is less than 6 and frogs die when acidity is less than 4, if they both survive, acidity must not be lower than 6 pH