|
-
December 8th, 2008, 01:29 PM
#7
Re: Question on code
Sorry, question #1 should be
Write code that declares a string array with three elements, and then store your first, middle, and last name in the arrays elements.
Answer
Dim names(2) As String
names (0) = "Jamie"
names(1) = "Andrew"
names(2) = "Foster"
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|