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:
C
Explanation:
Because 2 x n square gives the total energy level been absorbed = 2 x16
=32
Answer:
1s^2 2s^2 2p^6 3s^1
Explanation:
electron configuration of an element gives description of the distribution of electron in it's orbital of the atom, the superscript symbolize number of electron been hold by them.
The element here is sodium, which is a alkali metal
mass number =23
Number of proton= 11
electron must be seen in thelowest-energy subshell that is available in the the 3s orbital,
Hence, the electronic configuration is
1s^2 2s^2 2p^6 3s^1
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ HI ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
Answer:
Element
Explanation:
An element is the simplest form of a matter. It can not be broken down into a simpler substance without loss of identity.
∞║║ HOPE THIS HELPS PLEASE MARK AS BRAINLIEST║║∞
Answer:
Lithium, Potassium and Calcium
Explanation:
Because they are all in group one of the periodic table