Explanation:
First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter
rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.
The first loop is used for digits starting from 1 to number of rows
The second loop is used for letters starting from 1 to number of columns
since rows and cols are not of the same type that's why we are converting the int type to string type
print(str(rows)+cols) counter will keep updating the columns A, B, C.....
rows= rows + 1 counter will keep updating the rows 1, 2, 3....
Code:
Please refer to the attached image.
Output:
Please enter the number of rows: 2
Please enter the number of columns: 3
1A
1B
1C
2A
2B
2C
Answer:
a. V = 109.64 × 10⁵ ft/min
b. Mw = 654519.54 kg/hr
Explanation:
Given Parameters
mass flow rate of water, Mw = 90000g/min = 6607.33 kg/s
inlet temperature of water, T1 = 84 F = 28.89 C
outlet temperature of water, T2 = 68 F = 20 C
specific heat capacity of water, c = 4.18kJ/kgK
rate of heat remover from water, Qw is given by
Qw = 6607.33[28.89 - 20] * 4.18
Qw = 245529.545kw
For air, inlet condition
DBT = 70 F hi = 43.43 kJ/kg
WBT = 60 F wi = 0.00874 kJ/kg
u1 = 0.8445 m/kg
oulet condition,
DBT = 70 F RH = 100.1
h1 = 83.504kJ/kg
Wo = 0.222kJ/kg
check the attached file for complete solution
Answer:
Hook's law holds good up to. A elastic limit. B. plastic limit. C.yield point. D.Breaking point
Explanation:
For true Strain:
step 1:
E true = Ln(1 + 0.5 ) = 0.40
Step 2:
E true = Ln(1 + 0.33 ) = 0.29
By single step process:
E true = Ln(1 + 1 ) = 0.69
total strain of step process = 0.40 + 0.29 = 0.69 units
SO TRUE STRAIN IS ADDITIVE.
90 inches
Explanation:
According to OSHA requirement, the distance around safety showers and eyewash should be between 82-96 inches off the flow. This will allow for maximum diameter of spray.
Learn More
Safety distance around safety showers:brainly.com/question/11123362
Keywords: distance, fire sprinkler head, safety showers, eyewash units,heating and cooling units
#LearnwithBrainly