Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started