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 33a88008edab2c6257aa342589f96e0e71e38edf..b4b31242eca93d17cec46fa5499f5f5d587b0081 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.