The answer to this question is 5
Explanation:
As per Brønsted-Lowry concept of acids and bases, chemical species which donate proton are called Brønsted-Lowry acids.
The chemical species which accept proton are called Brønsted-Lowry base.
(a) 
is Bronsted lowry acid and
is its conjugate base.
is Bronsted lowry base and
is its conjugate acid.
(b)

is Bronsted lowry base and HCN is its conjugate acid.
is Bronsted lowry acid and
is its conjugate base.
(c)

is Bronsted lowry acid and
is its conjugate base.
Cl^- is Bronsted lowry base and HCl is its conjugate acid.
(d)

is Bronsted lowry acid and
is its conjugate base.
OH^- is Bronsted lowry base and
is its conjugate acid.
(e)

is Bronsted lowry base and OH- is its conjugate acid.
is Bronsted lowry acid and OH- is its conjugate base.
The atoms combine to form compounds to attain stability in nature. The combination of atoms takes place by sharing of electrons between the atoms or complete transfer of electrons from one atom to another. Generally, atoms combine to complete their octet, that is to possess eight electrons in their outer most shell (noble gas configurations) except hydrogen which can attain stability by two electrons in its outer most shell.
Since germanium has 4 electrons in its outer most shell so it needs 4 more electrons to complete its octet and attains the stability. Hydrogen has 1 electron in its outer most shell and it needs only 1 electron to attain stability so, each germanium will combine with 4 hydrogen atoms and thus forming
molecule which is stable in nature.
Hence,
is the formula of the hydride formed by germanium.
Answer:
class sum (
public static void sumofvalue (int m, int n, int p)
{
System.out.println(m);
System.out.println(n);
System.out.println(p);
int SumValue=m+n+p;
System.out.println("Average="+Sumvalue/3);
}
)
Public class XYZ
(
public static void main(String [] args)
{
sum ob=new sum();
int X=3;
int X=4;
int X=5;
ob.sumofvalue(X,Y,Z);
int X=7;
int X=8;
int X=10;
ob.sumofvalue(X,Y,Z);
}
)
Explanation:
The above program is made in Java, in which first we have printed value in a separate line. After that, the average value of those three values has been printed according to the question.
The processing of the program is given below in detail
* The first one class named 'sum' has been created which contains the function to print individual value and the average of those three values.
* In seconds main class named 'XYZ', the object of that the above class had been created which call the method of the above class to perform functions.
* In the main class values are assigned to variables X, Y, Z.