Answer to Question #4396 in C++ for Liam

Question #4396
Q1. C++ code is required. Use cin and cout. No design is required.

Write a program to:
(a). Create an array of doubles.
Assume this is an array of sales for 12 Departments in a store.
Load this Array from a file at the start of the program. Use a function and pass in the array and file name.

(b). Use a menu to allow display and update of this array.

Allow access to the departments array via a menu.
The main menu, which should be called from main(),
should have these options:
1. Display the sales for a selected Department.
2. Display the sales for all Departments.
3. Display the average of sales for all the Departments.
4. Display the Highest sales for all Departments.
5. Change the sales for a Department. Request the Department number.
6. Exit.

Design your program using modules, which must be:
"Highly Cohesive" - each module performs one task.
"Loosely Coupled" - pass parameters across to modules if possible.
For example:
All the options should call a funtion. Pass the Array and array size to the function
1
Expert's answer
2012-03-30T08:20:15-0400
Unfortunately, your question requires a lot of work and cannot be done for free.
Submit it with all requirements as an assignment to our control panel and we'll assist you.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS