Answer:
yay yay
Explanation:
im so excited i cant wait
Answer:
the answer how you analyzs the problwm
no artical shoul be used here
Answer:
1. cout << "Num: " << songNum << endl;
2. cout << songNum << endl;
3. cout << songNum <<" songs" << endl;
Explanation:
//Full Code
#include <iostream>
using namespace std;
int main ()
{
int songNum;
songNum = 5;
cout << "Num: " << songNum << endl;
cout << songNum << endl;
cout << songNum <<" songs" << endl;
return 0;
}
1. The error in the first cout statement is that variable songnum is not declared.
C++ is a case sensitive programme language; it treats upper case and lower case characters differently.
Variable songNum was declared; not songnum.
2. Cout us used to print a Variable that has already been declared.
The error arises in int songNum in the second cout statement.
3. When printing more than one variables or values, they must be separated with <<
Answer:
Tso = 28.15°C
Explanation:
given data
t2 = 21 mm
ki = 0.026 W/m K
t1 = 9 mm
kp = 180 W/m K
length of the roof is L = 13 m
net solar radiation into the roof = 107 W/m²
temperature of the inner surface Ts,i = -4°C
air temperature is T[infinity] = 29°C
convective heat transfer coefficient h = 47 W/m² K
solution
As when energy on the outer surface at roof of a refrigerated truck that is balance as
Q =
.....................1
Q =
.....................2
now we compare both equation 1 and 2 and put here value
solve it and we get
Tso = 28.153113
so Tso = 28.15°C