![]() Related Questions What is the difference between a "jagged array" and "multidimensional array" ?Can anyone show me it practically ? Read Answers (2) | Asked by : Rajesh Sort an array of ten 30 character items into ascending order of surname. Each line contains a name in the form e.g. Mr J Smith, Dr John R Smith or John Smith. There are no field or record delimiters, qualifications, suffixes, double-barrelled names or similar complications. Define names and values for the items in the array, using any programming language you choose. Using low level string and record manipulation and not higher level functions such as SORT, either draw a flowchart to show how How do you search within a 2-dimensional array using VB.NET? How can I know that a value already exists in the array? Latest Answer : Dim arr(1, 2) As String arr(0, 0) = "Sandip" arr(0, 1) = "India" arr(1, 0) = "Jon Doe" arr(1, 1) = "US" ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||