diff options
| author | mo <mo.khan@gmail.com> | 2019-07-07 15:59:46 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-07-07 15:59:46 -0600 |
| commit | 2191a1db67940fff28b4c1b5d49e9a2693a83a48 (patch) | |
| tree | 3778db7f9812bd7c8170f61dcad6bad16d5f86a6 /src/Q4/RandomSumGame.java | |
| parent | 85d59210513ae96412e06e0b56842b7e19232927 (diff) | |
start Question 5
Diffstat (limited to 'src/Q4/RandomSumGame.java')
| -rw-r--r-- | src/Q4/RandomSumGame.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Q4/RandomSumGame.java b/src/Q4/RandomSumGame.java index 183498b..43728a7 100644 --- a/src/Q4/RandomSumGame.java +++ b/src/Q4/RandomSumGame.java @@ -56,8 +56,7 @@ public class RandomSumGame { } /** - * Plays a roll of the given dice. This is a method overload of the - * previous play method. + * Plays a roll of the given dice. This is a method overload of the previous play method. * * @param d1 the value of the roll for the first dice * @param d2 the value of the roll for the second dice |
