The biting and sucking of the baby when eating.
The given compound 3-chloro-2,2,5-trimethylhexane is an optically active compound .
Because this compound does not have plane of symmetry (POS) and center of symmetry (COS) i.e. does not have di-symmetry . And also forms non superimposable mirror image . the compound is optically active .
It has chiral center.
Here the chiral carbon has 4 distinct groups such as : chlorine , hydrogen , 2-methylpropyl , tertbutyl .
<h3>What is di-symmetry?</h3>
Di-symmetry is that which have no center of symmetry and plane of symmetry and alternate axis of symmetry .
<h3>Chiral center :</h3>
Have Sp3 hybridized center (4sigma bond ) .
4 distinct group is attached to the chiral atom. form non -superimposable mirror image .
<h3>What is optical isomerism ?</h3>
Same molecular formula and same structural formula . also have same physical and chemical properties .
They differ in their behavior towards plane polarized light (ppl) .
Learn more about chiral center here:
brainly.com/question/9522537
#SPJ4
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.