Answer:
85.5 km/h
Explanation:
= time interval for first phase = 14 min =
h = 0.233 h
= time interval for second phase = 46 min =
h = 0.767 h
= average speed for the entire trip = 74 km/h
= average speed in first phase = 36 km/h
= average speed in second phase
= distance traveled in first phase
= distance traveled in first phase
average speed is given as




km/h
C- Stratus clouds are the rainy clouds.
Hope this helps!
Answer:
Explained
Explanation:
public int dimension(int [][]a2d,int nElements)
{
int count = 0;
for(int i = 0;i < a2d.length ; i++)
{
count = count + a2d[i].length;
}
return count;
}