A program with Arrays, I really need Help

Mar 9 2010 11:57 AM
Write a Windows application that allows the user to enter five different values (numbers or words) into five different TextBoxes. Provide a Button the user can then click to display this list of values in two different Labels – one showing the values in the order they were entered and one showing the values in reverse order. When writing the code to display these lists, be sure that you store the user's values in an array and then use a foreach loop for one Label's output and a regular for loop for the other Label's output.


Answers (2)