Answer:
A is the best answer
Explanation:
The angle of the head indicated a broken neck and the popped out eyes indicate hes def deceased
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;
}
Answer:
The last digit in any measured quantity of a tool is the minimum it can measure so
5 books ---- Exact number
5 lb ---- measured
9.23 g----- measured
9.035Kg measured
12 roses ------ exact
12 inches in 1 foot ----- exact
361 miles ------- measured
100 cm in 1 m ------- exact
<u>Answer:</u> Antimony ion is the smallest and yttrium ion is the largest.
<u>Explanation:</u>
Atomic radius of an atom is defined as the total distance from the nucleus to the outermost shell of the atom.
An ion is formed when a neutral atom looses or gains electrons.
- When an atom looses electrons, it results in the formation of positive ion known as cation.
- When an atom gains electrons, it results in the formation of negative ion known as anion.
As moving from left to right in a period, more and more electrons get added up in the same shell and the attraction between the last electron and nucleus increases, which results in the shrinkage of size of an atom. Hence, the size of an atom decreases.
The size of the cation is small then their neutral atom because it has less number of electrons while its nuclear charge remains the same. Thus, the nucleus attracts the electron more towards itself and leads to the decrease in size.
We are given three cations: 
Yttrium lies in Period 5, group 3 of the periodic table.
Niobium lie in Period 5, group 5 of the periodic table.
Antimony lies in Period 5, group 15 of the periodic table.
So, the order of atomic radii in increasing order follows:

Hence, antimony ion is the smallest and yttrium ion is the largest.
Answer:
they send signals through the nerves. through sensory receptors to be specific