Answer:
a) 42.08 ft/sec
b) 3366.33 ft³/sec
c) 0.235
d) 18.225 ft
e) 3.80 ft
Explanation:
Given:
b = 80ft
y1 = 1 ft
y2 = 10ft
a) Let's take the formula:

1 + 8f² = (20+1)²
= 8f² = 440
f² = 55
f = 7.416
For velocity of the faster moving flow, we have :
V1 = 42.08 ft/sec
b) the flow rate will be calculated as
Q = VA
VA = V1 * b *y1
= 42.08 * 80 * 1
= 3366.66 ft³/sec
c) The Froude number of the sub-critical flow.
V2.A2 = 3366.66
Where A2 = 80ft * 10ft
Solving for V2, we have:
= 4.208 ft/sec
Froude number, F2 =
F2 = 0.235
d)
= 18.225ft
e) for critical depth, we use :
= 3.80 ft
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:
When a pilot pushes the top of the right pedal, it activates the brakes on the right main wheel/wheels, and when the pilot pushes the top of the left rudder pedal, it activates the brake on the left main wheel/wheels. The brakes work in a rather simple way: they convert the kinetic energy of motion into heat energy.
Answer:
Horitzontal and Vertical Lines
Explanation:
You can use this command to generate horizontal and vertical dimensions. Creating a linear dimension is easy. All you have to do is start the command, specify the two points between which you want the dimension to be drawn and pick a point to fix the position of the dimension line.