Arrays – in VBScript
An Array is a data structure which can hold multiple variables of the same type. So far whatever the examples we have seen in the previous posts we have used variables for each value. ans=a*b Here, variable a and the variable b are multiplied and the result is stored back in the variable ans. Let …