From 097534c962976bc03c4995724bb568a1434a8ba2 Mon Sep 17 00:00:00 2001 From: Rudi Buss <rudi.buss@th-deg.de> Date: Thu, 26 Sep 2024 19:35:49 +0200 Subject: [PATCH] Update Exercise 2 - Farm.txt --- .../Exercises/Exercise 2 - Farm.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Part 1/2. Variables, data types, operators, in-/Exercises/Exercise 2 - Farm.txt b/Part 1/2. Variables, data types, operators, in-/Exercises/Exercise 2 - Farm.txt index 33a8800..b4b3124 100644 --- a/Part 1/2. Variables, data types, operators, in-/Exercises/Exercise 2 - Farm.txt +++ b/Part 1/2. Variables, data types, operators, in-/Exercises/Exercise 2 - Farm.txt @@ -1,9 +1,9 @@ Farmer Max wants to sell a pig. Add the following variables to your program from Chapter 1 "Exercise 1 - Farm": -¥ weight -¥ dailyPrice -¥ revenue +- weight +- dailyPrice +- revenue The variable weight (integer) should be used to store the weight of the pig. The variable dailyPrice (decimal number) should be used to store the daily price of the pig. -- GitLab