I keep getting stuck trying to find the average and standard deviation because i cant get my program to read the file correctly. please tell me what im doing wrong.
#include <iostream>
#include <fstream>
using namespace std;
void readData();
void calculateStats();
void saveResults();
int number;
int main()
{
readData();