Computer Science, asked by preethidachepally, 1 month ago

acal
#include<stdio.h>
int main()
{
long int num, m, r;
num=4341;
while(num>10)
{
m=0;
while(num)
{
r=num%10;
num=num/10;
m+=r;
}
if(m>10)
num=m;
else
break;
}
printf("%ld", m);
return 0;
}
O 11
08
03
O 14
O
DALL
Type here to search
ܠܠܠܠܠ​

Answers

Answered by ItzMissKomal
0

Answer:

Valence electrons are outer shell electrons with an atom and can participate in the formation of chemical bonds. In single covalent bonds, typically both atoms in the bond contribute one valence electron in order to form a shared pair. The ground state of an atom is the lowest energy state of the atom

Explanation:

Ok

Similar questions