Provide the visual basic sub procedure that will accept as


Assume two global arrays of type string have been declared as follows

Dim English (100) As string

Dim Latin (100) As string

The first array has been initialized to 100 English words and the second has been initialized to the corresponding Latin equivalents

  1. Provide the visual Basic sub procedure that will accept as input an English word and return its Latin equivalent. if the word is not found in the array then return an empty string. you are required to use a while loop in your program
  2. If the program in 1. compiled and executed correctly but it did not find the correct Spanish equivalent, what type of programming error is this?

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Provide the visual basic sub procedure that will accept as
Reference No:- TGS02276264

Now Priced at $20 (50% Discount)

Recommended (92%)

Rated (4.4/5)