Question: C++ language 2, corporate sale data output write a program that uses a structure to store the following data on a company division Division name
C++ language
2, corporate sale data output
write a program that uses a structure to store the following data on a company division
- Division name (such as East, West, North, or South)
- Quarter (1, 2, 3, or 4)
- Quarterly sales
the user should be asked for the four quarters' sale for the East, West, North and south divisions the data for each quarter for each division should be written to a file.
input validation: do not accept negative number for any sales.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
