Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
The relationship between resistance and the area of the cross section of a wire is inversely proportional . When resistance is increased in a circuit , for example by adding more electrical components , the current decreases as a result.
Answer:
576.21kJ
Explanation:
#We know that:
The balance mass 
so, 

#Also, given the properties of water as;

#We assume constant properties for the steam at average temperatures:
#Replace known values in the equation above;
#Using the mass and energy balance relations;

#We have
: we replace the known values in the equation as;

#Hence,the amount of heat transferred when the steam temperature reaches 500°C is 576.21kJ
Answer:
Viscosity is notated using the common classification “XW-XX”. The number preceding the “W” (winter) rates the oil's flow (viscosity) at zero degrees Fahrenheit (-17.8 degrees Celsius). The lower the number, the less the oil thickens in cold weather.
Answer:
<em>The temperature will be greater than 25°C</em>
Explanation:
In an adiabatic process, heat is not transferred to or from the boundary of the system. The gain or loss of internal heat energy is solely from the work done on the system, or work done by the system. The work done on the system by the environment adds heat to the system, and work done by the system on its environment takes away heat from the system.
mathematically
Change in the internal energy of a system ΔU = ΔQ + ΔW
in an adiabatic process, ΔQ = 0
therefore
ΔU = ΔW
where ΔQ is the change in heat into the system
ΔW is the work done by or done on the system
when work is done on the system, it is conventionally negative, and vice versa.
also W = pΔv
where p is the pressure, and
Δv = change in volume of the system.
In this case,<em> work is done on the gas by compressing it from an initial volume to the new volume of the cylinder. The result is that the temperature of the gas will rise above the initial temperature of 25°C </em>