Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a

Write a program that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two-dimensional array. Once the figures are entered, the program should display the following data for each quarter:

A list of the sales figures by division

Each divisions increase or decrease from the previous quarter (this will not be displayed for the first quarter)

The total sales for the quarter

The companys increase or decrease from the previous quarter (this will not be displayed for the first quarter)

The average sales for all divisions that quarter

The division with the highest sales for that quarter Input Validation: Do not accept negative numbers for sales figures

Input Validation : Do not accept negative numbers for sales figures

image text in transcribed

Divisions -DIVISIONS : int = 6 QUARTERS : int 4 sales : double [ IIl + setSales(div: int, qtr: int, amount: double) void +getSales(div: int, qtr: int): double + totalQuarterSales(quarter : int): double +getQuarterlylncrease(div : int, qtr : int) : double

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Visual Basic 4 Ole Database And Controls Superbible

Authors: Michael Hatmaker, C. Woody Butler, Ibrahim Malluf, Bill Potter

1st Edition

1571690077, 978-1571690074

More Books

Students also viewed these Databases questions