Write a program where the user can enter a dividend and a divisor, until the he/she enters (Yes/No) that he/she no longer wants to perform a calculation.
The division is to be carried out at each loop pass. If the divisor is 0, an error message occurs.