<h2 />
Explanation:
<h2>Go to the virtal video and that will help you find the answer</h2>
Program to display greater number:
#include <iostream> <em>// Needed to perform IO operations </em>
#include<conio.h> <em> // header file</em>
using namespace std;
int main() //start of the program
{
int a , b =0; //initialising the two integer variable
cout<< "Enter first number"<<endl;
cin >> a; //user's first number
cout<< "Enter second number"<<endl;
cin >> b; //user's second number
if (a>b) //comparing the two integers input by user
cout<< a << "is greater than" << b; //display the greater number
else
cout<< b << "is greater than" << a;
return 0; // exist
}
Answer:
The hydraulis is the name of a Greek instrument created by Ctesibius of Alexandria. The hydraulis has a reservoir of air which is inserted into a cistern of water. The air is pushed into the reservoir with hand pumps, and exits the reservoir as pressurized air to blow through the pipes.
Explanation: