diff --git a/README.md b/README.md new file mode 100644 index 0000000..278eb4f --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Student-Grading-App +This is a student grading console application written in C. +It receives the total number of students in the class along with their scores. +It outputs their grades and then average. etc.. + +Feel free to use as you wish..