S= d/t
Speed= distance/time
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);
}
}
Answer:
I think it is process or technology
Answer:
2ib
Explanation:
if you divide 10 divided by 2 it gives you 5 and then subtract it by 2.2 = 2.8
there goes your answer.
Answer:
Q=67.95 W
T=119.83°C
Explanation:
Given that
For air
Cp = 1.005 kJ/kg·°C
T= 20°C
V=0.6 m³/s
P= 95 KPa
We know that for air
P V = m' R T
95 x 0.6 = m x 0.287 x 293
m=0.677 kg/s
For gas
Cp = 1.10 kJ/kg·°C
m'=0.95 kg/s
Ti=160°C ,To= 95°C
Heat loose by gas = Heat gain by air
[m Cp ΔT] for air =[m Cp ΔT] for gas
by putting the values
0.677 x 1.005 ( T - 20)= 0.95 x 1.1 x ( 160 -95 )
T=119.83°C
T is the exit temperature of the air.
Heat transfer
Q=[m Cp ΔT] for gas
Q=0.95 x 1.1 x ( 160 -95 )
Q=67.95 W