From fb4d81fe67b2aa6f799195c85f278c0668c132ac Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Sat, 31 May 2014 23:51:59 -0500 Subject: [PATCH] Removed FIXME from Q1 function. --- src/MMMCalc.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MMMCalc.java b/src/MMMCalc.java index 38d8d29..f720736 100644 --- a/src/MMMCalc.java +++ b/src/MMMCalc.java @@ -134,7 +134,6 @@ public class MMMCalc { } } - // FIXME: Q1 calculates incorrectly, it is supposed to be halfway between the first variable and the median variable. private static void calcQ1() { int q1Pos; // c stands for case... Cases correspond to their order in the following if statements (4 different cases).