Question: Using Visual Basic implement the following module called Practical 6 . vb . The functions / subroutines you must implement in Practical 6 . vb

Using Visual Basic implement the following module called Practical6.vb. The functions / subroutines you must implement in Practical6.vb are as follows:
UJMax - Takes two integer input parameters and returns the larger of the
two
UJFindIndex - Takes an integer search target, 1D array of integers, and integer array size parameters and returns the index where the search target
occurs (or -1 if the value is not in the array)
UJFindMax2D - Takes a two dimensional array of integers along with integer row and column counts as parameters and returns the largest value
in the 2D array
UJFindAverage2D - Takes a two dimensional array of integers along with
integer row and column counts as parameters and returns the arithmetic
mean (average) of all the values in the array
UJSwap - Takes two integer reference parameters and swaps them around

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!