Answer:
fluid nozzle that is too large
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
Answer:
Check the explanation
Explanation:
Kindly check the attached images below to see the step by step explanation to the question above.
Answer:
Explanation:
Cop of reversible refrigerator = TL / ( TH - TL)
TL = low temperature of freezer = 20 °F
TH = temperature of air around = 75 °F
Heat removal rate QL = 75 Btu/min
W actual, power input = 0.7 hp
conversion on F to kelvin = (T (°F) + 460 ) × 5 / 9
COP ( coefficient of performance) reversible = (20 + 460) × 5/9 / (5/9 ( ( 75 +460) - (20 + 460) ))
COP reversible = 480 / 55 = 8.73
irreversibility expression, I = W actual - W rev
COP r = QL / Wrev
W rev = QL / COP r where 75 Btu/min = 1.76856651 hp where W actual = 0.70 hp
a) W rev = 1.76856651 hp / 8.73 = 0.20258 hp is reversible power
I = W actual - W rev
b) I = 0.7 hp - 0.20258 hp = 0.4974 hp
c) the second-law efficiency of this freezer = W rev / W actual = 0.20258 hp / 0.7 hp = 0.2894 × 100 = 28.94 %