Answer:
I believe the answer is B.) Reflection
I hope I helped! ^-^
Answer:
please mark as brainliest!!
Explanation:
// C++ program to print initials of a name
#include <bits/stdc++.h>
using namespace std;
void printInitials(const string& name)
{
if (name.length() == 0)
return;
// Since touuper() returns int, we do typecasting
cout << (char)toupper(name[0]);
// Traverse rest of the string and print the
// characters after spaces.
for (int i = 1; i < name.length() - 1; i++)
if (name[i] == ' ')
cout << " " << (char)toupper(name[i + 1]);
}
// Driver code
int main()
{
string name = "prabhat kumar singh";
printInitials(name);
return 0;
}
The process involving separation of liquid/solid mixture as regards this question is Decantation.
- Decantation can be regarded as one of the process used in separation of liquid from solid as well as other immiscible (non-mixing) liquids through the removal of the liquid layer that is present at the top from the layer of solid/liquid which present at the below.
- In the process, the liquid will be poured slowly into another vessel as the pouring continues, then the solid will settle in the original vessel.
- This process can be done through tilting the mixture after the the top layer have been poured out.
<em>Therefore, decantation is one of the separation technique.</em>
Learn more at: brainly.com/question/16937734?referrer=searchResults
Answer:
the element air is the most similar to oxygen in chemical. and physical properties