From bddfb1da14bb267f412ee7f2771586f6c72daad3 Mon Sep 17 00:00:00 2001 From: Rudi Buss <rudi.buss@th-deg.de> Date: Thu, 26 Sep 2024 19:42:59 +0200 Subject: [PATCH] Update Exercise 6 - Divide.txt --- .../Exercises/Exercise 6 - Divide.txt | 1 - 1 file changed, 1 deletion(-) 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 4b76d12..4f2827a 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. -- GitLab