From 77b86b3920bfc3a37bcd6cea8d665f29c1485281 Mon Sep 17 00:00:00 2001
From: Rudi Buss <rudi.buss@th-deg.de>
Date: Thu, 26 Sep 2024 19:09:04 +0200
Subject: [PATCH] Update Exercise 1 - Animal.txt

---
 Part 1/9. Inheritance/Exercises/Exercise 1 - Animal.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Part 1/9. Inheritance/Exercises/Exercise 1 - Animal.txt b/Part 1/9. Inheritance/Exercises/Exercise 1 - Animal.txt
index c826c9d..2b857d8 100644
--- a/Part 1/9. Inheritance/Exercises/Exercise 1 - Animal.txt	
+++ b/Part 1/9. Inheritance/Exercises/Exercise 1 - Animal.txt	
@@ -13,7 +13,7 @@ public:
 
 	void displaydata()
 	{ 
-		cout <<"There are "<<Number << " animals with " <<Weight <<" kg each availableÒ<<endl; 
+		cout <<"There are "<<Number << " animals with " <<Weight <<" kg each available�<<endl; 
 	} 
 }; 
 
@@ -24,7 +24,6 @@ int main()
 	Pig.Weight=20; 
 	Pig.displaydata(); 
 
-	system("PAUSE");
 	return 0; 
 }; 
 
-- 
GitLab