The answer is 0 if im right
Answer:
protons and neutrons are found in nucleus
Answer:
2
Explanation:
1. The dew is formed when the water vapor at the atmosphere contacts the leaves, which are at a low temperature, so, the vapor temperature decreases, and the liquid is formed. So, it's a gas to liquid change.
2. Ice cubes are at the solid-state, thus this transformation is solid to a liquid change.
3. The cold juice is at a low temperature, so when the water vapor of the air contacts with the glass, its temperature decreases, and its change to a liquid phase. So, it's a gas to liquid change.
4. The evaporated water from the Earth's surface goes to the atmosphere, and, at high altitudes, the temperature is low, so the water vapor condenses and the drops get closer together forming the clouds. So, it's a gas to a liquid change.
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.
<h3>
Answer:</h3>
#1. Balanced equation: 2C₅H₅ + Fe → Fe(C₅H₅)₂
#2. Type of reaction: Synthesis reaction
<h3>
Explanation:</h3>
- Balanced equations are equations that obey the law of conservation of mass.
- When an equation is balanced the number of atoms of each element is equal on both side of the equation.
- Equations are balanced by putting appropriate coefficients on the reactants and products.
- In our case, we are going to put coefficients 2, 1 and 1.
- Thus, the balanced equation will be;
2C₅H₅ + Fe → Fe(C₅H₅)₂
- This type of a reaction is known as synthesis reaction, in which two or more reactants or compounds combine to form a single compound or product.