Answer:
d. is applied after the ceiling joists are
installed.
Answer:
uehgeg7djw7heidiisosowiuisiejei2k
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:
option (c) is the correct answer which is zero acceleration.
Explanation:
It is given in the question that the velocity is constant.
Now,
the options are provided in relation to the acceleration.
We know,
acceleration is rate of change of velocity per unit time i.e
acceleration =
since, the change in velocity is given to be zero,
thus, dV/dt = 0
hence,
acceleration = 0
therefore, option (c) is the correct answer which is zero acceleration.