Answer:
fr its so annoying when they delete your stuff when there is legit nothing wrong with the question
Explanation:
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;
}
Because it is the back-end programming. It is the basis of all of the other computer languages and allows the computer to function.
Blind Carbon Copy
For emails. It is used to send a copy of the email to somebody without the original person receiving it knowing that you sent a copy.