daisvke / grade_utils

A set of grade calculation tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A set of grade calculation tools.

avg

This program will calculate your average grade.

Commands

  • The program must be run as follows:
    make && ./avg [number_of_grade]
    

Description

  • For each grade, the program asks for its "label" (subject), and its "coef" (coefficient, percentage).
  • The program can handle float numbers.
  • If the grade is a float number, a dot must be used instead of a coma.
  • The grades and the labels can be modified after being entered.

grades

This program calculates your average grade.
Every time you enter a grade, it will update the current average grade and display the worst and best grades.

Commands

  • The program must be run as follows:
    python grades.py
    

About

A set of grade calculation tools.


Languages

Language:C 87.8%Language:Makefile 6.2%Language:Python 6.0%