diff --git a/index.php b/index.php
index 42d453e..4503187 100755
--- a/index.php
+++ b/index.php
@@ -125,7 +125,7 @@ if (isset($_POST['mark'])) {
foreach($da as $c=>$d) {
echo $d;
}
- echo $total."% Average
";
+ echo round($total,2)."% Average
";
}
} else {