Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 332 Bytes

WeightedAverage

C++ script for calculating the weighted average (mainly for university exams, but can be used in any field)

It has been tested for Linux and MacOS

Installation

  • Open a terminal in the folder containing the .cpp files and the Makefile
  • type the command "make"
  • To run the executable type "./WeightedAverage"