From 5d3d0a72ea4e8f1d23816d851fed8027ce768864 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Mon, 22 Nov 2010 05:44:21 -0500 Subject: [PATCH] assign7 tweak Signed-off-by: Jim Pryor --- assignment7.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment7.mdwn b/assignment7.mdwn index 0785c678..9be93e77 100644 --- a/assignment7.mdwn +++ b/assignment7.mdwn @@ -9,7 +9,7 @@ (((some_long_computation / 12) + 5) - most_recent_remainder) * 2 - same_most_recent_remainder +1 -The remainder here is retrieved later than (and in addition to) the division it's the remainder of. It's also retrieved more than once. Suppose a given remainder remains retrievable until the next division is performed. + The remainder here is retrieved later than (and in addition to) the division it's the remainder of. It's also retrieved more than once. Suppose a given remainder remains retrievable until the next division is performed. -- 2.11.0