Question: visual basics Assume this code: Dim Nums(Y) As Integer Assume later we filled the array Nums with integer values. Write one line of code that
visual basics
Assume this code:
Dim Nums(Y) As Integer
Assume later we filled the array Nums with integer values.
Write one line of code that calculates the average of: the first and the last element of Nums. Display the average in a messagebox.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
