Can anybody code this problem for me in VB script -
Create an array of 4 elements, increase its size to 7
elements and then find out which of the elements are prime
(use functions)
Answer Posted / sadashivbyagi
we should use the dynamic array to resize the array then we
can change the size of the array
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the rules to name variable in vbscript?
How strcomp function works?
What are lbound and ubound in the vbscript language?
What are keywords in the vbscript language?
How to assign a numeric value to a variable?
Explain about filter expression?
Explain the support of asp for vb script functionality?
Explain the adodb.stream class?
Description.Create
What is the difference between for loop and while loop?
Which date function is used in the vbscript language to find the difference between the 2 dates?
how to check whether link is disabled in QTP??
Which operator can be used to do an xor operation in vbscript?
what is diff between static and dynaic arrys?
Explain about constants in vb script?