Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USING C# and NOT USING LINX METHOD. USE ONLY FOR LOOPS WITH ARRAYS. 1. Create a 2d array of 5 rows and 6 columns 2.

USING C# and NOT USING LINX METHOD.

USE ONLY FOR LOOPS WITH ARRAYS.

image text in transcribed

1. Create a 2d array of 5 rows and 6 columns 2. Write a method, that would work with any 2d array, to fill it with random ints [1,15] 3. Write a method, that would work with any 2d array, that finds the largest value and returns it for the client to print. 4. Print the sum of the 3 largest values. 5. Write a method, that would work with any 2d array, that returns the sum of all the values for the client to print 6. Write a method, that would work with any 2d array, that returns the number of times the value 6 occurs in the 2d array 7. Print the 2d array 8. Create a new 2D array with 7 rows and 6 columns 9. Reuse the method from step 2 to fill it with values [-100,100] 10. Write a method that finds and returns for printing in main, the sum of all the values that are both negative and even. 11. Print the 2d array

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

Students also viewed these Databases questions