diff --git a/Part 2/1. File processing, error handling/Exercises/Exercise 6 - Divide.txt b/Part 2/1. File processing, error handling/Exercises/Exercise 6 - Divide.txt index 4b76d12ae2f70a64c0676e3eaea27fb83d31b47d..4f2827ab6ff06b535d5bd2b31b4eb0d32069431d 100644 --- a/Part 2/1. File processing, error handling/Exercises/Exercise 6 - Divide.txt +++ b/Part 2/1. File processing, error handling/Exercises/Exercise 6 - Divide.txt @@ -1,4 +1,3 @@ - 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.