Answer:
True :)
Explanation:
If this is a true or false question.
Answer:
try to pop it back in good luck im scared for you
Answer:
- using System;
- public class Program
- {
- public static void Main()
- {
- Console.WriteLine("Enter number of students: ");
- int num = Convert.ToInt32(Console.ReadLine());
- string [] firstName = new string[num];
- string [] lastName = new string[num];
-
- for(int i=0 ; i < num; i++){
- Console.WriteLine("Enter first name: ");
- firstName[i] = Console.ReadLine();
-
- Console.WriteLine("Enter last name: ");
- lastName[i] = Console.ReadLine();
- }
-
- for(int j=0; j < num; j++){
- Console.WriteLine(lastName[j] + "," + firstName[j]);
- }
- }
- }
Explanation:
Firstly, prompt user to enter number of student to be stored (Line 6- 7). Next, create two array, firstName and lastName with num size (Line 8-9).
Create a for-loop to repeat for num times and prompt user to enter first name and last name and then store them in the firstName and lastName array, respectively (Line 11 - 17).
Create another for loop to traverse through the lastName and firstName array and display the last name and first name by following the format given in the question (Line 19 - 21).
Answer:
i would say C but i may be wrong have a great day
Explanation:
Answer:
a) 
b) 
c) 
d) 
Explanation:
Non horizontal pipe diameter, d = 25 cm = 0.25 m
Radius, r = 0.25/2 = 0.125 m
Entry temperature, T₁ = 304 + 273 = 577 K
Exit temperature, T₂ = 284 + 273 = 557 K
Ambient temperature, 
Pipe length, L = 10 m
Area, A = 2πrL
A = 2π * 0.125 * 10
A = 7.855 m²
Mass flow rate,

Rate of heat transfer,

a) To calculate the convection coefficient relationship for heat transfer by convection:

Note that we cannot calculate the heat loss by the pipe to the environment without first calculating the surface temperature of the pipe.
c) The surface temperature of the pipe:
Smear coefficient of the pipe, 

b) Heat loss from the pipe to the environment:

d) The required fan control power is 25.125 W as calculated earlier above