Question: Create a C++ program and answer number 1 please. Thank you Homework Ch. 12 Corporate Sales Data Output 30 points Write a program that uses
Homework Ch. 12 Corporate Sales Data Output 30 points Write a program that uses a structure 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. The data for each quarter for each division should be written to a file called salesreport.txt. Input validation Do not accept negative numbers for any sales figures Standardize user's Division Name input to East, West, North or South . Please submit the following: 1. Your analysis What members will your structure contain? What is the data type of each member? a. b. How will data be organized in your output file 2. Your flowchart 3. Your source code: the entire project folder 4. The program output Points will be given based on the following requirements .Program Specifications/Correctness .Readability Documentation .Code Efficiency .Assignment Specifications
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
