I Love those people who like to respect others. Do not despise your self and think Big.
#include
using namespace std;
double add(double x,double y)
{
return (x+y);
}
double sub(double x,double y)
{
return (x-y);
}
double mult(double x,double y)
{
return (x*y);
}
double divide(double x,double y)
{
if(y==0)
{
cerr>val1;
cout>val2;
cout<<"Enter the operator<+-%/
We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data.
You can read the details below. By accepting, you agree to the updated privacy policy.