if (y == 0)
{
std::cout << "Cannot divide by zero. Operation aborted..." << std::endl;
}
elseif ( (x % y) == 0)
{
std::cout << x << " is a multiple of " << y << std::endl;
}
else
{
std::cout << x << " is not a multiple of " << y << std::endl;
}
//...
if(y)
if (x % y) == 0)
cout << x << " is a multiple of " << y;
else
cout << x << " is not multiple of " << y;
else
cout << "Cannot divide by zero. Operation aborted...";
getch();
//...
The only people who could remove the link are the OP, and admin. Clearly, the OP isn't going to do that, because the spam link is the whole point of their post. And admin doesn't seem to take any active role in managing the site any more.
Or are you asking @dhayden to remove the link from their post?