Answer:
I need some more point and i do not understand your question
Explanation:
Answer:
Realigning the mirror
Explanation:
mirrors should be aligned to minimize blind spots, not look at the tires.
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) 169.68 volt
(ii) 16.90 volt
(iii) 16.90 volt
(iv) 108.07 volt
(v) 2.161 A
Explanation:
Turn ratio is given as 10:1
We have given that input voltage 
(i) We know that peak voltage is give by 
(ii) We know that for transformer 
So 

So peak voltage in secondary will be 16.90 volt
(iii) Peak voltage of the rectifier will be equal to the peak voltage of the secondary
So peak voltage of the rectifier will be 16.90 volt
(iv) Dc voltage of the rectifier is given by 
(v) Now dc current is given by 