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 Practicalvb The functions subroutines you must implement in Practicalvb are as follows:
UJMax Takes two integer input parameters and returns the larger of the
two
UJFindIndex Takes an integer search target, D array of integers, and integer array size parameters and returns the index where the search target
occurs or if the value is not in the array
UJFindMaxD Takes a two dimensional array of integers along with integer row and column counts as parameters and returns the largest value
in the D array
UJFindAverageD 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
