Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Visual Studio 2017 Write a program that creates a 3 x 6 two-dimensional array and fills it with the following numbers in this order:

In Visual Studio 2017

Write a program that creates a 3 x 6 two-dimensional array and fills it with the following numbers in this order:

16, 24, 55, 25, 41, 63, 90, 62, 42, 28, 99, 86, 13, 83, 33, 91, 58, 16

Find the following:

1. Sum of the numbers.

2. Average of the numbers to two decimal places.

3. Maximum value of the numbers.

4. Minimum value of the numbers.

5. Total Count of the numbers greater than or equal to 50.

You should first output the entire array and then output the answers to the above 5 questions. Make sure your output clearly identifies which answers are which.

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

Strategic Database Technology Management For The Year 2000

Authors: Alan Simon

1st Edition

155860264X, 978-1558602649

More Books

Students also viewed these Databases questions

Question

What are the objectives of job evaluation ?

Answered: 1 week ago

Question

Write a note on job design.

Answered: 1 week ago

Question

Compute the derivative of f(x)cos(-4/5x)

Answered: 1 week ago

Question

Discuss the process involved in selection.

Answered: 1 week ago