@ -11,5 +11,13 @@ int main()
<<"A-B ="<<a-b<<endl
<<"A*B ="<<a*b<<endl
<<"A/B ="<<a/b<<endl;
if(a>b)
{
cout<<a<<endl;
}
else
cout<<b<<endl;
return 0;