I have some questions I have a answer for a college test and need some help on a couple I am stuck on.

#1 Write code that declares a string array with three elements, and then stores your first, middle, and last name in the arrays elements.

#2 Write a Do While loop that uses an input box to get a number from the user. The number should be mulitplied by 10 and the result stored in the variable product. The loop should iterate as long as product contains a value less than 100. Use intNumber and intProduct.


Please help me write this code. Thank you