Answer:
es la a ya que la luz actua en un cuerpo
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;
}
Should be 1’ on each side
Answer:
Bandwidth
Explanation:
Bandwidth is the rate of transfer of data in the given time. Its unit is Bit/sec.
It is used to measure the transfer rate of bit in a network.