This is a program for school by the way, so no I am not making this lame program for personal uses haha .
Anyway, the objective is to have a program that will let the user input 7 different Dates (in format 'January 7, 2007') and then redisplay the seven dates back to the screen in a list.
How can I make a 7-slot string array for dates, so that when my program retrieves each date it can store it in one of the slots (with a loop) and so on, so I don't have to make 7 different variables such as "Date1, date2, etc." ?
Edited by Joeturf, 18 January 2007 - 09:21 PM.