Answer:
S = 5.7209 M
Explanation:
Given data:
B = 20.1 m
conductivity ( K ) = 14.9 m/day
Storativity ( s ) = 0.0051
1 gpm = 5.451 m^3/day
calculate the Transmissibility ( T ) = K * B
= 14.9 * 20.1 = 299.5 m^2/day
Note :
t = 1
U = ( r^2* S ) / (4*T*<em> t </em>)
= ( 7^2 * 0.0051 ) / ( 4 * 299.5 * 1 ) = 2.0859 * 10^-4
Applying the thesis method
W(u) = -0.5772 - In(U)
= 7.9
next we calculate the pumping rate from well ( Q ) in m^3/day
= 500 * 5.451 m^3 /day
= 2725.5 m^3 /day
Finally calculate the drawdown at a distance of 7.0 m form the well after 1 day of pumping
S = 
where : Q = 2725.5
T = 299.5
W(u) = 7.9
substitute the given values into equation above
S = 5.7209 M
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).
If you're talking ab jesus christ , some religions believe it was god in human form and some believe it was gods son it all depends on the religion and how it's taught
Take a look at the pictures that should help you out.