From d9ac92b07b20a83851ac7ed12c0db3fe7b7e1da9 Mon Sep 17 00:00:00 2001 From: Rudi Buss <rudi.buss@th-deg.de> Date: Thu, 26 Sep 2024 19:37:43 +0200 Subject: [PATCH] Update Exercise 3 - Article.txt --- .../7. Classes and objects/Exercises/Exercise 3 - Article.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part 1/7. Classes and objects/Exercises/Exercise 3 - Article.txt b/Part 1/7. Classes and objects/Exercises/Exercise 3 - Article.txt index cea8151..f8b2062 100644 --- a/Part 1/7. Classes and objects/Exercises/Exercise 3 - Article.txt +++ b/Part 1/7. Classes and objects/Exercises/Exercise 3 - Article.txt @@ -16,4 +16,4 @@ The class should contain the following member functions: Create an object of type Article in the main program. Enter the data and then output it again. -The user should then be able to enter a quantity, which will determine the total price. +The user should then be able to enter a quantity, which will determine the total price. \ No newline at end of file -- GitLab