Write a program that accepts an array of numbers, and two
numbers (an element and a
position in the array) and inserts the given element into
nth position of the array.

Answer Posted / lince

Dim num() As Integer = {5, 3, 6, 7, 1}
num.SetValue(3, 2)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between custom control and user control?

534


What is the advantage of using system.text.stringbuilder over system.string?

588


Explain the difference between web.config and machine.config and where it will be ?

483


Define manifest?

520


Explain an assembly?

553






Define cls?

565


What is the use of console application?

557


Describe about visual basic.net?

537


How can we store decimal data in .net?

524


Explain convert.tostring and i.tostring method?

503


Name some different types of control?

513


How to retrieve images in sql server database through vb.net?

492


Explain the difference between vb 6 and vb.net?

525


What is branching logic control in VB.NET?

551


Explain the difference between vb.net and c#, related to oops concepts?

474