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
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
What are the difference between structure and class?
What is a static variable?
So you know which dll is used for microsoft .net run time?
Explain strong name in .net assembly?
Explain how to store decimal data in .net?
Described strong typing and weak typing?
What are all the parts of .net framework?
What is the use of system.diagnostics.process class?
What is the size of .net object?
What is the advantages of VB.NET?
Explain the advantages of vb.net?
Which properties are used to bind a DataGridView control?
What are the assembly entry points?
Name the tool which can convert visual basic old version to .net compatibility version?