Write a c++ program! In this assignment, you need to complete tasks on 2D array of randomly sales figures. Assume that you are the manager of coffee shop chain, and oversee six branches. ID of branches are 1 to 6. You already collected sales data for yesterday from each branch, in three categories: morning, afternoon, and evening. First, you need to create a 2D array (6x3) with random numbers between 300 and 1000 (including 300 and 1000), i.e., from $300 to $1000. Then, find / answer Print the sales data on screen in 6 rows and 3 column format Show highest sales amount Show lowest of sales amount Average of sales amount done by shop #3 Is total of all morning sales from all branches higher than total of all afternoon sales from all branches? (Yes/No)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 23PE
icon
Related questions
Question

Write a c++ program!
In this assignment, you need to complete tasks on 2D array of randomly sales figures. Assume that you are the manager of coffee shop chain, and oversee six branches. ID of branches are 1 to 6. You already collected sales data for yesterday from each branch, in three categories: morning, afternoon, and evening. First, you need to create a 2D array (6x3) with random numbers between 300 and 1000 (including 300 and 1000), i.e., from $300 to $1000. Then, find / answer

  • Print the sales data on screen in 6 rows and 3 column format
  • Show highest sales amount
  • Show lowest of sales amount
  • Average of sales amount done by shop #3
  • Is total of all morning sales from all branches higher than total of all afternoon sales from all branches? (Yes/No)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning