Answer:
#See solution for details.
Explanation:
#The commutative property of multiplication tells us that it doesn't matter in what order you multiply numbers. The formula for this property is a * b = b * a:
Hence, the product of the four numbers remains 320,000 irrespective of their order.
texting, phone calls, putting on makeup, brushing hair, movies playing in car, loud music, children, and that's pretty much all I could think of
please give <u>BRAINLIEST ANSWER └[T‸T]┘</u>
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
In places with cold winters, space heating systems have a fundamental role in buildings. Without them, indoor temperatures would quickly become unsuitable for human occupancy. The local weather is one of the most important factors when designing a heating system; if two identical buildings are developed in Miami FL and New York City, the heating load will be much higher for the NYC property.
Answer:
14.506°C
Explanation:
Given data :
flow rate of water been cooled = 0.011 m^3/s
inlet temp = 30°C + 273 = 303 k
cooling medium temperature = 6°C + 273 = 279 k
flow rate of cooling medium = 0.02 m^3/s
Determine the outlet temperature
we can determine the outlet temperature by applying the relation below
Heat gained by cooling medium = Heat lost by water
= ( Mcp ( To - 6 ) = Mcp ( 30 - To )
since the properties of water and the cooling medium ( water ) is the same
= 0.02 ( To - 6 ) = 0.011 ( 30 - To )
= 1.82 ( To - 6 ) = 30 - To
hence To ( outlet temperature ) = 14.506°C