Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Program i 2: A wholesale company has five branch offices The quarterly sales figure for these branch offices are summarized in a table (to be

Program i 2: A wholesale company has five branch offices The quarterly sales figure for these branch offices are summarized in a table (to be represented by a 2-D array) is shown below: Branch-1 Branch-2 Branch-3 Branch-4 Branch-5 Total Quarter-1 150,000 273,550 124,300 57,800 79,430 Quarter-2 123,350 100,500 277,000 39,540 98,430 Quarter-3 67,000 232,000 122,500 17,000 320,000 Quarter-4 95,000 76,000 87,000 250,000 240,000 Total: Fig 2 Sales report by branch offices and by quarter. Using a 2-D array (to store sales figures by branch and by quarter as shown) and two 1-D arrays (to store column and row sums), write a program to compute and display values in blue cells (column sums) and brown cells (row sums). Convince yourself that each column sum represents total amount of sales generated by a particular branch office and each row sum represents the total amount of sales generated by all branch offices for a particular quarter. Also compute the value for the green cell, which represents the total amount of sales generated by all branches offices for the entire year. Your program should be composed of the main function, a function named fill2Darray and a third function named computeSales. The main function declares three arrays described above, calls the fill2DArray function to fill cells with values shown in Fig 2.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Entrepreneurship

Authors: Andrew Zacharakis, William D Bygrave

5th Edition

1119563097, 9781119563099

Students also viewed these Programming questions

Question

Explain the importance of Human Resource Management

Answered: 1 week ago

Question

Discuss the scope of Human Resource Management

Answered: 1 week ago

Question

Discuss the different types of leadership

Answered: 1 week ago

Question

Write a note on Organisation manuals

Answered: 1 week ago

Question

c. What is the median of the wave-height distribution?

Answered: 1 week ago