Question: PLEASE WRITE CODE IN C++ EXAMPLE PROBLEM: Laboratory12: Files Using Data Structure Write a program that uses a structure variable to store the following data
PLEASE WRITE CODE IN C++

EXAMPLE PROBLEM:

Laboratory12: Files Using Data Structure Write a program that uses a structure variable to store the following data on company divisions: Division Name (East, West, North, and South) Should be array of char Quarter (1, 2, 3, or 4) Should be an int Should be a double . Quarterly Sales The user may be asked for any of the four quarters' sales figures for any of the divisions. This data (a.k.a. "record") for any quarter of any division should be written to a binary file. You will be working in teams of two people: One person, in the team can work on the above program, which can be called Lab12A.cpp. The second person can write it's companion program which will read in the file produced by the above program, and display it on the screen. Call this program Lab12B.cpp. When you have each of the two programs up and working, call instructor to demo. You should find Programs 12-15 and 12-16 very helpful in doing this work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
