Answer:
What that means please explain
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).
This is an arch, its basically a half circle attach to a rectangle, you could also think of it as an upside down U. A dome is a Sphere with the inside hollowed out.
1 difference is a dome is a 3 dimensional shape while an arch is normally not. Or that a dome is the complete shape with a arch act as it’s diameter.
Answer:
to which four fingers of each hand return as a base, on a QWERTY keyboard being A, S, D, and F for the left hand and J, K, L, and the semicolon for the right
Explanation:
Answer:
See explanations for step by step procedures to get answer.
Explanation:
Given that;
Determine the deflection at the center of the beam. Express your answer in terms of some or all of the variables LLL, EEE, III, and M0M0M_0. Enter positive value if the deflection is upward and negative value if the deflection is downward.