Answer:
Explanation:
4140-40 I’d pick wood
I hope this helps! :)
Answer:
Some of the irreversibilities are listed below:
- Plastic deformation of solids
- Transfer of heat over finite difference of temperature
- When two fluids are mixed together the process is irreversible
- Combustion of a gas
- Current flowing through a finite resistor
- Diffusion and free compression or expansion of gas
- Relative motion of body with force of friction
- Processes involving chemical reactions(spontaneous)
Answer:
The solution code is given below
- using System;
- using System.Linq;
-
- public class Program
- {
- public static void Main()
- {
- string[] letters = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T","U", "V", "W", "X", "Y", "Z"};
-
- Console.WriteLine("Please input a letter: ");
- string input_letter = Console.ReadLine();
-
- if(letters.Contains(input_letter)){
- Console.WriteLine("OK");
- }else{
- Console.WriteLine("Error. Not uppercase letter.");
- }
- }
- }
Explanation:
Firstly we import the necessary libraries, System and Linq (Line 1-2).
Next we create a string array to hold all uppercase letters (Line 8).
Next, we prompt user to input a letter using the ReadLine() method (Line 10 - 11)
At last, we define if and else conditions to check if the letters contains the input letter. If so, print ok else print an error message. (Line 13-17)
Answer:

Explanation:
Given that
Unit cell is in FCC
Here given direction is not clear visible so we take direction [001].
We know that linear density(LD) given as
![LD=\dfrac{Number\ of\ atoms\ in\ the\ direction\ vector}{d_{[001]}}](https://tex.z-dn.net/?f=LD%3D%5Cdfrac%7BNumber%5C%20of%5C%20atoms%5C%20in%5C%20the%5C%20direction%5C%20vector%7D%7Bd_%7B%5B001%5D%7D%7D)
So the number of atom will be 1/2 in direction [001]
In FCC


Answer:
by getting a good machine