Answer:
hshdhriwjajaldh skshdjdywuusg
Explanation:
null
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).
B because thermal has to do with temperature and it’s the amount of kinetic and potential energy in and object
Answer:
Exit velocity
m/s.
Explanation:
Given:
At inlet:

Properties of steam at 100 bar and 600°C

At exit:Lets take exit velocity 
We know that if we know only one property inside the dome then we will find the other property by using steam property table.
Given that dryness or quality of steam at the exit of nozzle is 0.85 and pressure P=80 bar.So from steam table we can find the other properties.
Properties of saturated steam at 80 bar

So the enthalpy of steam at the exit of turbine



Now from first law for open system

In the case of adiabatic nozzle Q=0,W=0

m/s
So Exit velocity
m/s.
Answer:
I do i do it everyday
Explanation:
Press windows and prt sc at the same time