From 6a9c7d627286fd6a1f16713cc2931ae25d582888 Mon Sep 17 00:00:00 2001 From: "woohyun,hyun" Date: Thu, 3 Nov 2016 10:37:01 +0900 Subject: [PATCH] report card: Get a average of grades --- report_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_card.c b/report_card.c index 8c1597f..e3199de 100644 --- a/report_card.c +++ b/report_card.c @@ -3,7 +3,7 @@ int main() { int kor, eng, math; - int sum = 0; + int average = 0; math = 80; eng = 100;