This is a simple programe written in the C programming language for increased effeciency. Sadly you have to change the number in the code to fit your needs. This will change in the near future.
- Change the number to how many numbers there will be
const int Max_Amount_of_Numbers = 2;
- Add the number you want to calculate seperated by a comma
int Average[Max_Amount_of_Numbers] = {55, 32};
cd
into the directory where you stored the programegcc Find-Average.c
- Finally
./a.out