Answer:
=4/5 because I'm not going to go back in a year meaning that they are you are
We can actually deduce here that making a airtight seal will take different format. You can:
- Use an epoxy-resin to create an airtight seal
- Create a glass-metal airtight seal
- Make a ceramic-metal airtight seal.
<h3>What is an airtight seal?</h3>
An airtight seal is actually known to be a seal or sealing that doesn't permit air or gas to pass through. Airtight seal are usually known as hermetic seal. They are usually applied to airtight glass containers but the advancement in technology has helped to broaden the materials.
We can see that epoxy-resin can used to create an airtight seal. They create airtight seals to copper, plastics, stainless steels, etc.
When making glass-metal airtight seal, the metal should compress round the solidified glass when it cools.
Learn more about airtight seal on brainly.com/question/14977167
#SPJ1
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
Suction and exhaust processes do not affect the performance of Otto cycle.
Explanation:
Step1
Inlet and exhaust flow processes are not including in the Otto cycle because the effect and nature of both the process are same in opposite direction.
Step2
Inlet process or the suction process is the process of suction of working fluid inside the cylinder. The suction process is the constant pressure process. The exhaust process is the process of exhaust out at constant pressure.
Step3
The suction and exhaust process have same work and heat in opposite direction. So, net effect of suction and exhaust processes cancels out. The suction and exhaust processes are shown below in P-V diagram of Otto cycle:
Process 0-1 is suction process and process 1-0 is exhaust process.