Answer:
The original length of the specimen 
Explanation:
Original diameter
= 30 mm
Final diameter
= 30.04 mm
Change in diameter Δd = 0.04 mm
Final length
= 105.20 mm
Elastic modulus E = 65.5 G pa = 65.5 ×
M pa
Shear modulus G = 25.4 G pa = 25.4 ×
M pa
We know that the relation between the shear modulus & elastic modulus is given by



This is the value of possion's ratio.
We know that the possion's ratio is given by


0.00476

Final length
= 105.2 m
Original length


This is the original length of the specimen.
Answer:
#include <iostream>
using namespace std;
void PrintPopcornTime(int bagOunces) {
if(bagOunces < 3){
cout << "Too small";
cout << endl;
}
else if(bagOunces > 10){
cout << "Too large";
cout << endl;
}
else{
cout << (6 * bagOunces) << " seconds" << endl;
}
}
int main() {
PrintPopcornTime(7);
return 0;
}
Explanation:
Using C++ to write the program. In line 1 we define the header "#include <iostream>" that defines the standard input/output stream objects. In line 2 "using namespace std" gives me the ability to use classes or functions, From lines 5 to 17 we define the function "PrintPopcornTime(), with int parameter bagOunces" Line 19 we can then call the function using 7 as the argument "PrintPopcornTime(7);" to get the expected output.
Answer:
1. Yes, they are all necessary.
2. Both written and verbal communication skills are of the utmost importance in business, especially in engineering. Communication skills boost you or your teams' performance because they provide clear information and expectations to help manage and deliver excellent work.
Answer:
Aggressive behavior
Explanation:
Alcohol consumption tends to cause more Aggressive behavior.
The consumption of alcohol plays a more role in our culture but drinking of too much alcohol can cause drowsiness, vomiting, Upset stomach, slurred speech, heart damage, infertile, numbness lung infections, and many more. Also too much alcohol can cause violence, anger and so on in the society.