Question: Plz I need help with C++ code on Corporate Sales Data lab Specifications Write a menu-driven program (5 pts) that uses a structure (5 pts)
Plz I need help with C++ code on Corporate Sales Data lab
Specifications
Write a menu-driven program (5 pts) that uses a structure (5 pts) to store the following data on a company division:
Division name (East, West, North, or South)
Quarter (1, 2, 3, or 4)
Quarterly sales
The user should be asked for the four quarters' sales figures for the East, West, North, and South divisions (5 pts). The data for each quarter for each division will then be written to a binary file (30 pts). Other operations will retrieve the data from the file (5 pts), and display the quarterly sales per quarter per division (5 pts).
Be sure to separate interface and implementation by using a header file (5 pts).
Input validation
Advise the user if the binary file specified cannot be read (5 pts).
Sample input/output
Your menus and outputs should look similar to the following (5 pts):
Enter the quarterly data:
Write the data to a file:
Read the data from a file:
Display sales data:
PreviousNext
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
