Solved

Write the Statement to Declare a Five-Element Procedure-Level Array Named

Question 43

Short Answer

Write the statement to declare a five-element procedure-level array named decGPA,and initialize the array with the following values: 2.58,3.85,3.6,1.45,2.75.Then write a statement to assign the number 2.55 to the last element in the array.

Correct Answer:

verifed

Verified

dim decGPA()As Decim...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions