Answer:
Coiled tubing is often used to carry out operations similar to wire lining.
Answer:

Explanation:
In the diagram there three gears in which gear 1 is input gear ,gear 2 is idle gear and gear 3 is out put gear.
Lets take




All external matting gears will rotates in opposite direction with respect to each other.
So the speed of gear third can be given as follows


Answer:
Option D
Explanation:
A post development hydrograph will have lower concentration time and lower infiltration losses and hence sooner peak and higher peak and more runoff or higher area under graph. Therefore, all the answers are correct hence option D
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:
Explanation:
The 7 Habits of Highly Effective People, is a book written and first published in 1989. It is a business and self-help book that was written by Stephen Covey. The seven habits include
Being proactive
Starting anything with the end in mind
First things first
Always thinking towards a win-win situation
Seeking initially to understand, then going on to want to be understood
Synergize, and lastly
Growing