This commit is contained in:
Leen Dereu
2018-02-27 12:43:36 +01:00

View File

@@ -1,3 +1,4 @@
import be.kuleuven.cs.som.annotate.*;
public class Worm { public class Worm {
@@ -155,7 +156,7 @@ public class Worm {
} }
/** /**
* @param NumberSteps * @param numberSteps ...
* the number of steps the worm should take * the number of steps the worm should take
* *
* @post the new x-coordinate schould be the old one plus the number of steps multiplied * @post the new x-coordinate schould be the old one plus the number of steps multiplied