My calculator works in LXterminal but it needs something to add in it. They said WHILE YOU DIVIDE if the 2nd number is 0, it should say "Sorry you can't divide by zero" (It should only do that when CHOICE is QUOTIENT) I don't know where to add it in this codes HELP
if (choice == quotient)
{
cout << "The quotient is: " << first_number/second_number << "\n";
}