EEL 4834EEL 4834/5934 Project 2 Design a program that will read a data file that includes a header structure and plot the data on the console screen. Use the console plot example as a guideline. The plot must be character oriented within a 80 X 25 screen. You must plot 50 points of data. If the file contains 100 points you must average two points. You must have at least a maximum and minimum scale value for the vertical axis. \ The horizontal axis must have the length of the time recorded printed above the axis and right justified on the screen. The header definition is as follows: int HeaderBytes; // Number of bytes in this structure char FileName[64]; // Filename of this file double SecPerSample; // Seconds per sample double VoltsPerUnit; // Volts per digitizer unit byte BytesPerSample; // Number of bytes per data sample long NumDataPoints; // Number of data points in the file This project is due Thursday June 3, 2004 FEEDS students must submit by Tuesday, June 8, 2004.