D D D D D D D D D D D D D D D DdDdddddf
Answer:
#include <stdio.h>
typedef struct InventoryTag_struct {
int itemID;
int quantityRemaining;
} InventoryTag;
int main(void) {
InventoryTag redSweater;
redSweater.itemID = 314;
redSweater.quantityRemaining = 500;
/* Your solution goes here */
printf("Inventory ID: %d, Qty: %d\n",redSweater.itemID,redSweater.quantityRemaining);
getchar();
return 0;
}
Explanation:
Answer:
Percentage change 5.75 %.
Explanation:Given ;
Given
Pressure of condenser =0.0738 bar
Surface temperature=20°C
Now from steam table
Properties of steam at 0.0738 bar
Saturation temperature corresponding to saturation pressure =40°C
So Δh=2573.5-167.5=2406 KJ/kg
Enthalpy of condensation=2406 KJ/kg
So total heat=Sensible heat of liquid+Enthalpy of condensation

Total heat =4.2(40-20)+2406
Total heat=2,544 KJ/kg
Now film coefficient before inclusion of sensible heat



Now film coefficient after inclusion of sensible heat



=5.75 %
So Percentage change 5.75 %.
Answer:
A. Juna's answer is correct because both the number of feet and the number of inches are correct
Explanation: