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.
Answer:
Group B is the control group
Explanation:
In an experiment, a control group is the standard to which comparisons are made in an experiment.
A.) The reaction is Exothermic
Answer:
V₂ = 4.82 L
Explanation:
Given data:
Initial volume of gas = 3.5 L
Initial pressure = 115 Kpa
Final volume = ?
Final Pressure = 625 torr
Solution:
Final Pressure = 625 torr (625/760 =0.82 atm)
Initial pressure = 115 Kpa (115/101 = 1.13 atm)
The given problem will be solved through the Boly's law,
"The volume of given amount of gas is inversely proportional to its pressure by keeping the temperature and number of moles constant"
Mathematical expression:
P₁V₁ = P₂V₂
P₁ = Initial pressure
V₁ = initial volume
P₂ = final pressure
V₂ = final volume
Now we will put the values in formula,
P₁V₁ = P₂V₂
1.13 atm × 3.5 L = 0.82 atm × V₂
V₂ = 3.955 atm. L/0.82 atm
V₂ = 4.82 L
Answer:
need points rn sorry bro hope u get ur answer
Explanation: