Im a little confused about where to put the fin.ignore for everything to be straight. below is my code and below that is what my cout looks like.
//Landon Hillyard
//A00362499
#include<iostream>
#include<fstream>
#include<string>
#include<iomanip>
using namespace std;
//This program will report the total rainfall for the stations reported.
int main()
{
string name;
double elevation, jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec,
raintotal;
const int WIDTH1=25,STATION=78;
int i;