Answer:3.47 m
Explanation:
Given
Temperature(T)=300 K
velocity(v)=1.5 m/s
At 300 K


And reynold's number is given by



x=3.47 m
The effect would be the altitude of the air, the higher you go up the closer you are to space we’re there’s no oxygen and everything moves slow so when your trying to fly across the world it could feel like your moving slower
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:
42.50 dB
Explanation:
Determine the minimum voltage gain
amplitude of input signal ( Vi ) = 15 mV
amplitude of output signal ( Vo) = 2 V
Vo = 2 v
therefore ; minimum gain = Vo / Vi = 2 / ( 15 * 10^-3 )
= 133.33
Minimum gain in DB = 20 log ( 133.33 )
= 42.498 ≈ 42.50 dB