Answer:
int main()
{
int x,y;
bool b1, b2;
cout<<"enter values of x : ";
cin>>x;
cout<<"enter values of y : ";
cin>>y;
b1 = y > x; // false
b2 = x > y; // true
cout << "b1 is = " << b1 << "\n";
cout << "b2 is = " << b2 << "\n";
if (b2)
cout<<endl << "Larger Number" << "\n";
else
cout << "Smaller Number" << "\n";
return 0;
}
Answer:
1000 megabytes are in a gigabyte
Explanation:
Answer: Cell site / Base station
Explanation:
A mobile network also referred to as the cellular network is refered to as the radio network which is distributed over the land areas which are refered to as the cells.
We should note that each is served by at least one fixed-location transceiver, which is called the cell site or the base station.
<span>Hold down the Ctrl key as you click the cells you would like to select.</span>